|
||
RGB |
||||||||||||||
A 32-bit data type to store the Red, Green, and Blue components of a color value
typedef unsigned __int32 RGB;
|
||||||||||||||
Remarks |
The macros associated with this type are:
The macro THE_COLOR is provided for legacy support and may be deprecated. SilverScreen converts any color index commands it receives into RGB values internally, therefore if you are providing the RGB components there is no need to calculate a valid index and zero is acceptable.
The values for each component are unsigned bytes and therefore fall in the rangle of [0-255].
|
|||||||||||||
Header |
ssdef.h |
|||||||||||||