ColorModel Enumeration
Defines the model used to represent colors.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public enum ColorModel
Public Enumeration ColorModel
type ColorModel
Members
Hsva | 0 | Color is represented by hue, saturation, value and alpha components. |
Rgba | 1 | Color is represented by red, green, blue and alpha components. |