Convert Integer Values to RGB

This command takes a set of reference integer values and builds a color from the individual Red, Green and Blue integer components.

 

Input Arguments

 

0

Integer

Red Color (0-255)

Red component of the reference color

1

Integer

Green Color (0-255)

Green component of the reference color

2

Integer

Blue Color (0-255)

Blue component of the reference color

 

Return Arguments

 

3

Color

RGB

The color to convert

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.