class
ColorPicker

package haxe.ui.components

↪ haxe.ui.components.ColorPicker

A visual color picker that allows the user to pick a color from either an HSV color space,
or by directly modifying RGB/HSV values.

currentColor:Null<Color>
The currently selected color, as a 24-bit, RGB value.

Setting this value will update the selected color in the picker.


override
addClass(name:String, invalidate:Bool = true, recursive:Bool = false):Void
override
cloneComponent():ColorPicker
override
removeClass(name:String, invalidate:Bool = true, recursive:Bool = false):Void