Enum
ColorMode

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

ColorMode

HLS

Hue, luminance, saturation and alpha channels are displayed.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "HLS")]
HLS = 1

Field Value

ColorMode

HSV

Hue, saturation, value and alpha channels are displayed.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "HSV")]
HSV = 2

Field Value

ColorMode

RGB

Red, green, blue and alpha channels are displayed.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "RGB")]
RGB = 3

Field Value

ColorMode

In this article
DefinitionFieldsCMYKHLSHSVRGB
Not finding the help you need?
Contact Support