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 : Enum
Fields
All
All color models are enabled.
Declaration
public const ColorChannelOptions All
Field Value
Type |
---|
ColorChannelOptions |
CMYK
Cyan, Magenta, Yellow, Block color model.
Declaration
public const ColorChannelOptions CMYK
Field Value
Type |
---|
ColorChannelOptions |
HSL
Hue, Saturation, Lightness color model.
Declaration
public const ColorChannelOptions HSL
Field Value
Type |
---|
ColorChannelOptions |
HSV
Hue, Saturation, Value color model.
Declaration
public const ColorChannelOptions HSV
Field Value
Type |
---|
ColorChannelOptions |
RGB
Red, Green, Blue color model.
Declaration
public const ColorChannelOptions RGB
Field Value
Type |
---|
ColorChannelOptions |