Creates a color picker starting at defaultColor; size sets both its width and height, as
a pixel string or a fraction, and defaults to 300 pixels.
The name, the starting color, the color, the optional width, height and size
The color picker
Passes through the name of a color picker event, its value changing, as a typed selector for code that subscribes to color picker events by name.
The event selector
The same selector
Reads the color a color picker currently holds, as a hex string.
The color picker
The hex color
Reads the size of a color picker, its width and height together.
The color picker
The size
Moves a color picker to a hex color, which fires its value changed event like a user pick would.
The color picker and the hex color
The same color picker
Sets the width and height of a color picker together, as a pixel string or a fraction of the parent.
The color picker and the size
The same color picker
Color pickers: a color wheel with a square for lightness and saturation, giving a hex color. Subscribe to the value changed event to react to the user.