2.12.1 ColorStruct
Referenced by: SchemeListElementColorSchemeAtom, SlideSchemeColorSchemeAtom
A structure that specifies a color in the sRGB color space as specified in [IEC-RGB].
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.