This sample demonstrates the default functionalities of the color picker/palette with default colors and predefined styles.
The ColorPicker component is a user interface to select and adjust color values. This supports various color specifications like RGB (Red Green Blue), HSV (Hue Saturation Value), and Hex codes.
In this sample, the ColorPicker popup contains picker area, slider to adjust hue and opacity value, input textarea, and control buttons.
value
property, set the color value to picker and palette initially.In mobile mode, the popup opens at the center of the viewport.
More information about ColorPicker can be found in this documentation section.