Table of Contents

Enum ColorPickerView

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates the color selection view for a MudColorPicker.

public enum ColorPickerView
Extension Methods

Fields

Grid = 2

Colors are chosen from a grid of possible values.

GridCompact = 3

Colors are chosen from a smaller grid of possible values.

Palette = 1

Colors are chosen from a pre-defined palette.

Spectrum = 0

Colors are chosen from a gradient of colors.