HsvColor Property
Gets or sets the currently previewed color in the HSV color model.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public HsvColor HsvColor { get; set; }
Public Property HsvColor As HsvColor
Get
Set
member HsvColor : HsvColor with get, set
Property Value
HsvColorRemarks
Only an HSV color is supported in this control to ensure there is never any loss of precision or color information. Accent colors, like the color spectrum, only operate with the HSV color model.