
Color pickers are full-width and live at the tab level. Create them directly on the tab, not inside a group.
Properties
string
The label.
string
Hint text under the label. Optional.
string | number
An icon shown beside the label. Optional.
Color3 | string
default:"white"
The initial colour. A hex string is accepted.
number
default:"1"
The initial alpha, from 0 to 1.
string
default:"derived from name"
The save key. Colour and alpha both persist. Optional.
boolean
default:"false"
Skip saving.
function
Runs with
(color, alpha) on every change.Handle
Color3
The current colour.
number
The current alpha.
Set the colour.
Set the alpha.