Important: The information in this document is obsolete and should not be used for new development.
RGB Color Value
A color value expressed in the RGB color space is composed ofred
,green
, andblue
component values. Each color component is expressed as a numeric value within the range of 0 to 65535.
struct CMRGBColor { unsigned shortred; unsigned shortgreen; unsigned shortblue; };