2.2.1.3 RDPGFX_COLOR32

The RDPGFX_COLOR32 structure specifies a 32bpp ARGB or XRGB color value.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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.