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
Hex
Color scheme comprised of a hexadecimal representation of a color.
Declaration
public const ColorScheme Hex
Field Value
Hlsa
Color scheme comprised of hue, luminance, saturation and alpha channels.
Declaration
public const ColorScheme Hlsa
Field Value
Hsva
Color scheme comprised of hue, saturation, value and alpha channels.
Declaration
public const ColorScheme Hsva
Field Value
Rgba
Color scheme comprised of red, green, blue and alpha channels.
Declaration
public const ColorScheme Rgba
Field Value
value__
Declaration
public int value__
Field Value
System.
|