winphone_tile_background_colour(colour);
Argument | Description |
---|---|
colour | the colour to use for the background. |
Returns: N/A
This function will change the background colour of the
Iconic type Live Tile. The colour can be any one of the
colour constants, a hex value or the return value for any of the
colour
functions.
winphone_tile_background_colour(make_colour_hsv(random(255), 255, 255));
The above code will set the Iconic Live tile background colour to a random hue.