Enum ColorMode
Specifies the displayed color scheme within the RadColorEditor control.
Namespace: Telerik.Windows.Controls.ColorEditor
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum ColorMode
CMYK
Cyan, magenta, yellow, key (black) and alpha channels are displayed.
HLS
Hue, luminance, saturation and alpha channels are displayed.
HSV
Hue, saturation, value and alpha channels are displayed.
RGB
Red, green, blue and alpha channels are displayed.