ColorModel Enum
Definition
Defines the model used to represent colors.
public enum ColorModel
Fields
| Name | Description |
|---|---|
| Hsva | Color is represented by hue, saturation, value and alpha components. |
| Rgba | Color 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