2.2.1.3 RDPGFX_COLOR32
The RDPGFX_COLOR32 structure specifies a 32bpp ARGB or XRGB color value.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B |
G |
R |
XA |
B (1 byte): An 8-bit unsigned integer that specifies the blue ARGB or XRGB color component.
G (1 byte): An 8-bit unsigned integer that specifies the green ARGB or XRGB color component.
R (1 byte): An 8-bit unsigned integer that specifies the red ARGB or XRGB color component.
XA (1 byte): An 8-bit unsigned integer that in the case of ARGB specifies the alpha color component or in the case of XRGB MUST be ignored.