Back
SetBackColor
Hello World
Changes the background color of the app.
app.SetBackColor(
color
)
Example - Blue Background
function
OnStart
(
)
{
app
.
SetBackColor
(
"blue"
)
;
}
Copy All
Run
String:
hexadecimal:
“#rrggbb”
,
“#aarrggbb”
colourName:
“red”
,
“green”
, ...