2.2.3.4 MilColor

The MilColor structure describes a color in terms of red, green, blue and alpha channels interpreted as sRGB values.


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

R

G

B

A

R (4 bytes): A 4-byte floating-point number. The red component of the color.

G (4 bytes): A 4-byte floating-point number. The green component of the color.

B (4 bytes): A 4-byte floating-point number. The blue component of the color.

A (4 bytes): A 4-byte floating-point number. The alpha component of the color.