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


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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

SharedStyleProperties

NonSharedStyleProperties

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>