Ui.ColorPanel
A control element to manipulate a color in the HSV space.
States
State for the temporary alpha value.
State for the temporary hex value.
State for the temporary hue value.
State for the temporary saturation value.
The state for storing the drag status.
State for the temporary value value.
Properties
Whether or not to embed the panel (remove border).
The change
event handler.
The end
event handler.
The size of the panel.
The value (color).
Functions
The change event handler for the alpha input.
The mouse down event handler on the alpha bar.
The change event handler for the hex input.
The change event handler for the hue input.
The mouse down event handler on the hue bar.
The mouse down event handler on the value-saturation square.
The change event handler for the saturation input.
The change event handler for the value input.
The mouse move event handler.
Renders the panel.
The change event handler for the alpha input.
The blur event handler for the hex input.
The blur event handler for the hue input.
The blur event handler for the saturation input.
The blur event handler for the value input.
The mouse up event handler.