ColorToString
The ColorToString function converts color value into string of "R,G,B" form.
Syntax :
ColorToString(Color)
Parameters | Description |
---|---|
color | The color to convert into string. |
Example :
ColorToString(Blue)
Result :
= (0,0,255)
The ColorToString function converts color value into string of "R,G,B" form.
ColorToString(Color)
Parameters | Description |
---|---|
color | The color to convert into string. |
ColorToString(Blue)
Result :
= (0,0,255)