HSLValue
The information needed to describe a color in the HSL (Hue, Saturation, and Luminance) color space.
Elements
Name | Type | Description |
---|---|---|
L | unsigned char | The color luminance. |
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. |