EnumColorScheme
Enum
Specifies the the color scheme.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ColorSchemas
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public enum ColorScheme
Fields
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.