You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Platform Library > setBackgroundColor

14.7.3 setBackgroundColor

platform.window:setBackgroundColor([0xRRGGBB])

Sets the background color for the Script Application. If no color is provided, it defaults to none, causing the background color of the Script Application to be the one of the system which is white.

Introduced in platform.apiLevel = '2.4'