winphone_tile_background_colour

Set the colour of the games Iconic Live Tile background.

Syntax:

winphone_tile_background_colour(colour);


Argument Description
colour the colour to use for the background.


Returns: N/A


Description

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.


Example:

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.


Back: Windows 8 Phone
Next: winphone_tile_icon_image
© Copyright YoYo Games Ltd. 2018 All Rights Reserved