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)