EnumColorMode
Enum
Specifies the displayed color scheme within the RadColorEditor control.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public enum ColorMode
Fields
CMYK
Cyan, magenta, yellow, key (black) and alpha channels are displayed.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "CMYK")]
CMYK = 0
Field Value
HLS
Hue, luminance, saturation and alpha channels are displayed.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "HLS")]
HLS = 1
Field Value
HSV
Hue, saturation, value and alpha channels are displayed.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "HSV")]
HSV = 2
Field Value