Name
Area.BackgroundRGB -- set background to an RGB color (V1.2)
Function
Sets the background of this object to the specified RGB color.

Every MUI object has its own background setting. The background is displayed "behind" the actual object contents, e.g. behind a the text of a text object or behind the image of an image object.

An object without a specific background setting will inherit the pattern from its parent group. The default background for a window and many other background patterns are adjustable with the preferences program.

Please note that it is generally not a good idea to change the background to a hard-coded color value because this can easily clash with the user's current skin settings. Remember that everything in MUI is user-configurable so you should not override these settings by defining your own color schemes.

From the Hollywood script the color is specified as a simple numerical value containing 8 bits for each component. When you specify the color in the XML file, it has to be passed as a 6 character string prefixed by the #-character (just like in HTML).

Type
Number

Applicability
IS


Show TOC