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