2.5.4.8 PtgColorRGB

The PtgColorRGB structure specifies an RGB color value represented as a 3-byte signed integer.

ABNF:

 PtgColorRGB = color-value 

The most significant byte of color-value specifies the intensity of the color red. The second most significant byte of color-value specifies the intensity of the color green. The least significant byte of color-value specifies the intensity of the color blue.

When stored in a Cell_Type element, this structure has the following attribute values.

Attribute

 Value

V

MUST be a value that satisfies the ABNF.

U

MUST NOT exist, or MUST be "COLOR".