BptColorSelector
API reference for BptColorSelector — parameters, event callbacks, and related configuration.
BptColorSelector
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Enabled | bool | — | |
Value | string | — | |
ShowHueSlider | bool | — | |
ShowSaturation | bool | — | |
ShowLightness | bool | — | |
ShowAlpha | bool | — | |
ShowHexInput | bool | — | |
ShowColorInputs | bool | — | |
ShowEyeDropper | bool | — | |
ShowPalette | bool | — | |
PaletteColors | IReadOnlyList<string> | Nullable | — |
Disabled | bool | — | |
CssClass | string | — | |
Size | BptComponentSize | — | |
ChildContent | RenderFragment | Nullable | — |
TriggerCssClass | string | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<string> | — | |
OnColorSelected | EventCallback<string> | — |