Protected ReadonlyactiveActive mode tab.
ReadonlycloseEmitted when the panel should close (e.g. Escape or Cancel).
Protected ReadonlycolorFlat colour grid.
ReadonlycurrentThe current colour value (hex string) passed in from the adapter.
Protected ReadonlyfilteredFiltered named colours based on the search input.
Protected ReadonlyhexHex input field value (kept in sync but editable).
Protected ReadonlyhexCurrent colour as hex string (derived from RGBA).
Protected ReadonlyhslaCurrent colour as HSLA (derived from RGBA).
ReadonlyinitialWhich mode tab to show initially.
Protected ReadonlymodesThe available mode tabs.
Protected ReadonlynamedNamed CSS colours.
Protected ReadonlynamedFilter text for the named colours list.
Protected ReadonlypreviewCSS background for the preview swatch.
Protected ReadonlyrgbaThe current working colour as RGBA.
Protected ReadonlythemeTheme palette base rows.
ReadonlyvalueEmitted when the user applies a colour.
Inline colour-picker panel for use inside UIInput via a PopupTextAdapter.
Implements InputPopupPanel so UIInput can subscribe to
valueSelectedandcloseRequestedautomatically.Provides the same five-mode colour selection UI as the standalone UIColorPickerPopover: theme palette, grid, named colours, RGBA sliders, and HSLA sliders.