Comment on page
Color Picker
The Color Picker field allows users to pick a color from a visual color palette.
The
Color Picker
field allows users to select a hex color and opacity via a graphic color selector.
The Feathery SDK and API reference color pickers with
type
equal to hex_color
. The submitted value is an 8-character string
where the first 6 characters are the hex color and the last 2 characters define the opacity.Last modified 8mo ago