search

goog.ui.HsvPalette

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

Creates an HSV palette. Allows a user to select the hue, saturation and value/brightness.

new HsvPalette( opt_domHelper, opt_color, opt_class )

Parameters
opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

opt_colorstring=

Optional initial color (default is red).

opt_classstring=

Optional base for creating classnames (default is goog.getCssName('goog-hsv-palette')).

Instance Methods

Instance Properties