2.2.4.1.1.3.1.1.1 RLEX_RGB_TRIPLET
The RLEX_RGB_TRIPLET structure is used to express the red, green, and blue components necessary to reproduce a color in the additive RGB space.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
blue |
green |
red |
blue (1 byte): An 8-bit unsigned integer that specifies the blue RGB color component.
green (1 byte): An 8-bit unsigned integer that specifies the green RGB color component.
red (1 byte): An 8-bit unsigned integer that specifies the red RGB color component.