Skip to main content

ColorModel Enum

Definition

Assembly:Avalonia.Controls.ColorPicker
Package:Avalonia.Controls.ColorPicker

Defines the model used to represent colors.

public enum ColorModel

Inheritance: Enum -> ColorModel

Fields

NameDescription
HsvaColor is represented by hue, saturation, value and alpha components.
RgbaColor is represented by red, green, blue and alpha components.

Hsva Field

Color is represented by hue, saturation, value and alpha components.

public Avalonia.Controls.ColorModel Hsva

Rgba Field

Color is represented by red, green, blue and alpha components.

public Avalonia.Controls.ColorModel Rgba