search

goog.ui.HsvaPalette

Provided By
Extends
All Implemented Interfaces

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

new HsvaPalette( opt_domHelper, opt_color, opt_alpha, opt_class )

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

Optional DOM helper.

opt_colorstring=

Optional initial color, without alpha (default is red).

opt_alphanumber=

Optional initial alpha (default is 1).

opt_classstring=

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

Instance Methods

Instance Properties