Enum
ColorScheme

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.

Declaration

cs-api-definition
Cmyka = 3

Field Value

ColorScheme

Hex

Color scheme comprised of a hexadecimal representation of a color.

Declaration

cs-api-definition
Hex = 4

Field Value

ColorScheme

Hlsa

Color scheme comprised of hue, luminance, saturation and alpha channels.

Declaration

cs-api-definition
Hlsa = 2

Field Value

ColorScheme

Hsva

Color scheme comprised of hue, saturation, value and alpha channels.

Declaration

cs-api-definition
Hsva = 1

Field Value

ColorScheme

Rgba

Color scheme comprised of red, green, blue and alpha channels.

Declaration

cs-api-definition
Rgba = 0

Field Value

ColorScheme

In this article
DefinitionFieldsCmykaHexHlsaHsvaRgba
Not finding the help you need?
Contact Support