Class ColorScheme
Specifies the the color scheme.
Inheritance
Namespace: Telerik.Windows.Controls.ColorEditor.ColorSchemas
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class ColorScheme : Enum
Fields
Cmyka
Color scheme comprised of cyan, magenta, yellow, key (black) and alpha channels.
Declaration
public const ColorScheme Cmyka
Field Value
ColorScheme
|
Hex
Color scheme comprised of a hexadecimal representation of a color.
Declaration
public const ColorScheme Hex
Field Value
ColorScheme
|
Hlsa
Color scheme comprised of hue, luminance, saturation and alpha channels.
Declaration
public const ColorScheme Hlsa
Field Value
ColorScheme
|
Hsva
Color scheme comprised of hue, saturation, value and alpha channels.
Declaration
public const ColorScheme Hsva
Field Value
ColorScheme
|
Rgba
Color scheme comprised of red, green, blue and alpha channels.
Declaration
public const ColorScheme Rgba
Field Value
ColorScheme
|
value__
Declaration
public int value__
Field Value
System.Int32
|