Enum ColorSelectorMode

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the modes of ColorSelector.

C#
Copy
public enum ColorSelectorMode
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.