2.5.155 FullColorExt
The FullColorExt structure specifies a color.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
xclrType |
nTintShade |
||||||||||||||||||||||||||||||
xclrValue |
|||||||||||||||||||||||||||||||
unused |
|||||||||||||||||||||||||||||||
... |
xclrType (2 bytes): An XColorType that specifies how the color information is stored.
nTintShade (2 bytes): A signed integer that specifies the tint of the color. Positive values lighten the color, and negative values darken the color.
xclrValue (4 bytes): An unsigned integer that specifies the color data. If xclrType equals 0x00 or 0x04, this value MUST be 0. If xclrType equals 0x01, this field contains an IcvXF that specifies a color in the color table. If xclrType equals 0x02, this field contains a LongRGBA that specifies an red-green-blue-alpha (RGBA) value. If xclrType equals 0x03, this field contains a ColorTheme that specifies a theme color.
unused (8 bytes): Undefined and MUST be ignored.