Table of Contents
formatColor Method 

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

Syntax
JavaScript
 ColorPicker.formatColor(r, g, b)

Parameters

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