2.8.59 RGBColor

Referenced by: TimeAnimateColor

A structure that specifies the values of the red, green, and blue components of a color in the RGB color space.


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

model

red

green

blue

model (4 bytes): An unsigned integer that specifies this color is defined within the RGB color space. It MUST be 0x00000000.

red (4 bytes): An unsigned integer that specifies the value of the red color component. It MUST be less than or equal to 255.

green (4 bytes): An unsigned integer that specifies the value of the green color component. It MUST be less than or equal to 255.

blue (4 bytes): An unsigned integer that specifies the value of the blue color component. It MUST be less than or equal to 255.