2.8.56 RGBColorBy

Referenced by: TimeAnimateColorBy

A structure that specifies the offset values during an animation of the red, green, and blue color components in RGB color space. These offset values are added to the starting value for each color component at specified time intervals until the animation is complete.


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): A signed integer that specifies the offset value of the red color component. It MUST be greater than or equal to -255 and less than or equal to 255.

green (4 bytes): A signed integer that specifies the offset value of the green color component. It MUST be greater than or equal to -255 and less than or equal to 255.

blue (4 bytes): A signed integer that specifies the offset value of the blue color component. It MUST be greater than or equal to -255 and less than or equal to 255.