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

setRgb Method 

Set the current color in RGB format.

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

Parameters

r
The red component value (0 - 255).
g
The green component value (0 - 255).
b
The blue component value (0 - 255).

See Also

ColorPicker Object


Direct link to this topic