Enum ColorSelectorMode
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the modes of ColorSelector.
public enum ColorSelectorMode
Fields
Name | Description |
---|---|
All | This mode is not supported. If you use this, it will be shown same with the Palette mode. |
Both | Both the palette and the selector is displayed. |
Components | Only the color selector is displayed. |
Palette | Only the color palette is displayed, by default. |
PallettePlane | This mode is not supported. If you use this, it will be shown same with the Palette mode. |
Picker | Only the color picker is displayed. |
Plane | This mode is not supported. If you use this, nothing will be shown. |