Table of Contents
SetHsb Method 

Set the current color in HSB format.

Syntax
JavaScript
 ColorPicker.SetHsb(h, s, b)

Parameters

h
The hue value (0 - 355).
s
The saturation value (0 - 100).
b
The brightness value (0 - 100).
See Also