2.5.90 LongRGBA

The LongRGBA structure specifies a color as a combination of red, green, blue, and alpha values.

The following packet diagram specifies this structure.


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

alpha

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.

alpha (1 byte): An unsigned integer that specifies the alpha value.