2.5.177 LongRGB

The LongRGB structure specifies a color as a combination of red, green, and blue.


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

red

green

blue

reserved

red (1 byte):  An unsigned integer that specifies the relative intensity of red.

green (1 byte):  An unsigned integer that specifies the relative intensity of green.

blue (1 byte):  An unsigned integer that specifies the relative intensity of blue.

reserved (1 byte): MUST be zero, and MUST be ignored.