Enum ColorPickerView
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the color selection view for a MudColorPicker.
public enum ColorPickerView
- Extension Methods
Fields
Grid = 2Colors are chosen from a grid of possible values.
GridCompact = 3Colors are chosen from a smaller grid of possible values.
Palette = 1Colors are chosen from a pre-defined palette.
Spectrum = 0Colors are chosen from a gradient of colors.