2.12.2 ColorIndexStruct

Referenced by: AnimationInfoAtom, SlideShowDocInfoAtom, TextCFException, TextPFException

A structure that specifies an index in the color scheme, or a color in the sRGB color space as specified in [IEC-RGB]. Color schemes are specified by the SlideSchemeColorSchemeAtom record.


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

red

green

blue

index

red (1 byte): An unsigned integer that specifies the red component of this color.

green (1 byte): An unsigned integer that specifies the green component of this color.

blue (1 byte): An unsigned integer that specifies the blue component of this color.

index (1 byte): An unsigned integer that specifies the index in the color scheme. It MUST be a value from the following table.

Value

Description

0x00

Background color

0x01

Text color

0x02

Shadow color

0x03

Title text color

0x04

Fill color

0x05

Accent 1 color

0x06

Accent 2 color

0x07

Accent 3 color

0xFE

Color is an sRGB value specified by red, green, and blue fields.

0xFF

Color is undefined.