Skip to main content

ColorModel Enumeration

Defines the model used to represent colors.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)

public enum ColorModel
View Source

Members

Hsva0Color is represented by hue, saturation, value and alpha components.
Rgba1Color is represented by red, green, blue and alpha components.

See Also

Reference

Avalonia.Controls Namespace