Color Picker
# Color Picker
Color Picker enables users to select a color through an interactive palette. Additionally, users can directly input a valid RGB, HEX, or color string into the field. If an invalid color is entered, an error message will be displayed, and the invalid value will not be propagated to the framework.
# Bindings
Property Name | Description | Of Type | Input | Output | Usage | Required |
---|---|---|---|---|---|---|
value | Binding field containing the color value. | SingleLine.Text |
| #000000 | bound | true |