|
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.
|
Explanation
Creates a color string. For example, RGB(255,0,0) returns the color red, or "#FF0000".
|
Supported
reference
GradientColor (GC)
RGB
|