Class ColorMode
Specifies the displayed color scheme within the RadColorEditor control.
Inheritance
Namespace: Telerik.Windows.Controls.ColorEditor
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class ColorMode : Enum
Fields
CMYK
Cyan, magenta, yellow, key (black) and alpha channels are displayed.
Declaration
public const ColorMode CMYK
Field Value
ColorMode
|
HLS
Hue, luminance, saturation and alpha channels are displayed.
Declaration
public const ColorMode HLS
Field Value
ColorMode
|
HSV
Hue, saturation, value and alpha channels are displayed.
Declaration
public const ColorMode HSV
Field Value
ColorMode
|
RGB
Red, green, blue and alpha channels are displayed.
Declaration
public const ColorMode RGB
Field Value
ColorMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|