ColorSpectrumStyle

Enumerate values that describe color spectrum styles of a ColorPicker.
Namespace: ColorPicker.MauiAssembly: ColorPicker.Maui in (ColorPicker.Maui.dll)

Syntax

C#
public enum ColorSpectrumStyle : int

Members

HueOnlyStyle
Hue only style.
HueToShadeStyle
Hue to shade style.
ShadeToHueStyle
Shade to hue style.
HueToTintStyle
Hue to tint style.
TintToHueStyle
Tint to hue style.
TintToHueToShadeStyle
Tint to hue to shade style.
ShadeToHueToTintStyle
Shade to hue to tint style.