HsvColor Property
Gets or sets the currently selected color in the HSV color model.
Definition
Namespace: Avalonia.Controls
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
This should be used in all cases instead of the Color property. Internally, the ColorSpectrum uses the HSV color model and using this property will avoid loss of precision and color drifting.