TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
string ColorToString ( Color  color_value,
bool  color_name 
)

Converts color value into string of "R,G,B" form

Parameters
color_valueColor value to convert
color_nameReturn color name if it is identical to one of predefined color constants.
Returns
String presentation of color as "R,G,B", where R, G and B are decimal constants from 0 to 255 converted into a string. If the color_name=true parameter is set, it will try to convert color value into color name.