formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
HSL Color. Structure represented a color as a triple of Hue, Saturation, and Lightness components
typedef struct fzrt_hsl_color_td {
unsigned short | hue; |
unsigned short | saturation; |
unsigned short | lightness }; |
Members
hue
- Fraction of circle, red at 0
saturation
- 0..65535, 0 is gray, 65535 is pure color
lightness
- 0..65535, 0 is black, 65535 is white
Availability
5.0.0.0
Defined in