Class type Goog.Ui.hsvaPalette
class type hsvaPalette = object..end
Inherits
method createDom : unit Js.meth
method disposeInternal : unit Js.meth
Destroys this widget and removes all event listeners.
method getAlpha : float Js.t Js.meth
method getColorRgbaHex : Js.js_string Js.t Js.meth
Gets the color that is currently selected in this color picker, in #rrggbbaa
format.
Returns The string of the selected color with alpha.
method setAlpha : float -> unit Js.meth
Sets which color is selected and update the . The passed color should be in #rrggbb format. The alpha value will be set to 1.
method setColor : Js.js_string Js.t -> unit Js.meth
Sets which color is selected and update the . The passed color should be in #rrggbb format. The alpha value will be set to 1.
method setColorRgbaHex : Js.js_string Js.t -> unit Js.meth
Sets which color is selected and update the . The passed color should be in #rrggbbaa format. The alpha value will be set to 1.
method updateInput : unit Js.meth
