2.3.90 BackgroundColor
The BackgroundColor property specifies the color to use for the background. If this property is specified, it MUST be part of a Style record. If the BackgroundColor property is not specified, the background color is interpreted as transparent.
-
BackgroundColor = backgroundColorStart backgroundColorValue
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
backgroundColorStart |
backgroundColorValue (variable) |
||||||||||||||||||||||||||||||
... |
backgroundColorStart (1 byte): A byte that specifies the start of the BackgroundColor property. The value of backgroundColorStart field MUST be the following value.
-
Value
Parent
0x22
backgroundColorValue (variable): A String variable that specifies the background color. A background color value can be a color name (user-defined system colors are not supported), an RGB color String of the form #HHHHHH, or an ARGB color String of the form #HHHHHHHH.<54>