Table of Contents

Enum ColorPickerMode

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates the initial mode used by a MudColorPicker.

public enum ColorPickerMode
Extension Methods

Fields

HEX = 2

Hexadecimal values are used.

HSL = 1

Hue, Saturation, and Lightness color values are used.

RGB = 0

Red, Green, and Blue color values are used.