Important: The information in this document is obsolete and should not be used for new development.
HLS Color Value
A color value expressed in the HLS color space is composed ofhue
,lightness
, andsaturation
component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive. Thehue
value represents a fraction of a circle in which red is positioned at 0.
struct CMHLSColor { unsigned shorthue; unsigned shortlightness; unsigned shortsaturation; };