Back

SetBackColor

Hello World

Changes the background color of the app.

app.SetBackColor( color )

Example - Enabling Bluetooth

function OnStart()
{
    app.SetBackColor( "blue" );
}
Copy All       Run      
string:
  hexadecimal: “#rrggbb”, “#aarrggbb”
  colourName: “red”, “green”, ...