RGBU64Value
The information needed to describe color in the RGB (Red, Green, Blue) color space where each channel has 16 bits.
Elements
Name | Type | Description |
---|---|---|
B | unsigned short | The blue value of the color. |
G | unsigned short | The green value of the color. |
R | unsigned short | The red value of the color. |
alpha | unsigned short | The alpha value of the color, which represents extra information about a color image, such as gamma correction. |