RGB

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

RGB


 

Create colored text from RGB values.

 


syntax

RGB(

         r,

         g,

         b

         )

 


Parameters

 

r

 

Type:

Number

 

The red value, from 0 to 255.

 

g

 

Type:

Number

 

The green value, from 0 to 255.

 

b

 

Type:

Number

 

The blue value, from 0 to 255.

 

Return Value

 

 

Type:

i color letter

 

Returns the color text.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference