Color
The Color module provides widgets for color selection, index conversion. These tools are perfact for applications requiring advanced color customization or design workflows.
Here is a simple introduction of color widgets. You can access the WUI Coder tool for detailed examples and comprehensive guidance.
| Class | Description |
|---|---|
ColorDialog | Opens a modal dialog for advanced color selection. |
ColorButton | Allows users to pick a color directly from a button with a popup color dialog. |
ColorComboBox | Combines a combobox with a given color lists. |
ColorPicker | A color selection panel containing built-in theme colors and standar colors. |
ColorPickerButton | Combines a button with a popup color picker. |
ColorMenuItem | Adds color picker functionality to menu items. |