Class ColorChannelOptions
Specified available color models.
Inheritance
System.Object
    ColorChannelOptions
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class ColorChannelOptions : EnumFields
All
All color models are enabled.
Declaration
public const ColorChannelOptions AllField Value
| Type | 
|---|
| ColorChannelOptions | 
CMYK
Cyan, Magenta, Yellow, Block color model.
Declaration
public const ColorChannelOptions CMYKField Value
| Type | 
|---|
| ColorChannelOptions | 
HSL
Hue, Saturation, Lightness color model.
Declaration
public const ColorChannelOptions HSLField Value
| Type | 
|---|
| ColorChannelOptions | 
HSV
Hue, Saturation, Value color model.
Declaration
public const ColorChannelOptions HSVField Value
| Type | 
|---|
| ColorChannelOptions | 
RGB
Red, Green, Blue color model.
Declaration
public const ColorChannelOptions RGBField Value
| Type | 
|---|
| ColorChannelOptions |