HsvColor Property
Gets or sets the currently selected 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
Use this property instead of Color when in Hsva to avoid loss of precision and color drifting.