Enum ColorScheme
Specifies the the color scheme.
Namespace: Telerik.Windows.Controls.ColorEditor.ColorSchemas
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum ColorScheme
Cmyka
Color scheme comprised of cyan, magenta, yellow, key (black) and alpha channels.
Hex
Color scheme comprised of a hexadecimal representation of a color.
Hlsa
Color scheme comprised of hue, luminance, saturation and alpha channels.
Hsva
Color scheme comprised of hue, saturation, value and alpha channels.
Rgba
Color scheme comprised of red, green, blue and alpha channels.