const brandColor = await io.input.colorpicker('Brand color')
console.log(brandColor) // #252DBA
The label to render above the input.
Default value rendered in input. Default '#FFFFFF'
.
Display the panel input inline rather than a popover. Default true
.
Input format to display. Default 'hex'
.
Output format convert to. Default 'hex'
.
Render eyedropper input. Default false
.
Allow alpha panel. Default true
.
Disables user input. Default false
.
The small help text to render below the input. Default undefined
.
An asynchronous function that takes unknown
input and outputs either true
or an error message string
to show the user.