Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

formatColor Method 

Returns the string representation of the given color in the form of "#RRGGBB".

[JavaScript]
ColorPicker.formatColor(r, g, b)

Parameters

r
Red value (0 - 255).
g
Green value (0 - 255).
b
Blue value (0 - 255).

See Also

ColorPicker Object


Direct link to this topic