CIELabValue
The information needed to describe a color in the CIE L*a*b* color space.
Elements
| Name | Type | Description |
|---|---|---|
| b | double | The yellow/blue information of the color. |
| a | double | The red/green information of the color. |
| L | double | The color lightness. |
| alpha | unsigned char | The alpha value of the color, which represents extra information about a color image, such as gamma correction. |