HSVValue
The information needed to describe a color in the HSV (Hue, Saturation, and Value) color space.
Elements
Name | Type | Description |
---|---|---|
V | unsigned char | The color value. |
S | unsigned char | The color saturation. |
H | unsigned char | The color hue. |
alpha | unsigned char | The alpha value of the color, which represents extra information about a color image, such as gamma correction. |