2.12.1 ColorStruct

Referenced by: SchemeListElementColorSchemeAtom, SlideSchemeColorSchemeAtom

A structure that specifies a color in the sRGB color space as specified in [IEC-RGB].


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

unused

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.

unused (1 byte): Undefined and MUST be ignored.