Class ColorMode
Specifies the displayed color scheme within the Rad
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
HLS
Hue, luminance, saturation and alpha channels are displayed.
Declaration
public const ColorMode HLS
Field Value
HSV
Hue, saturation, value and alpha channels are displayed.
Declaration
public const ColorMode HSV
Field Value
RGB
Red, green, blue and alpha channels are displayed.
Declaration
public const ColorMode RGB
Field Value
value__
Declaration
public int value__
Field Value
System.
|