ColorModel Property
Gets or sets the active color model used by the slider.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public ColorModel ColorModel { get; set; }
Public Property ColorModel As ColorModel
Get
Set
member ColorModel : ColorModel with get, set
Property Value
ColorModelRemarks
This property is only applicable to the components tab. The spectrum tab must always be in HSV and the palette tab contains only pre-defined colors.