|
StringToColor
Converting "R,G,B" string or string with color name into color type value.
color StringToColor(
|
Parameters
color_string
[in] String representation of a color of "R,G,B" type or name of one of predefined Web-colors.
Return Value
Color value.
Example:
color str_color=StringToColor("0,127,0");
|
See also