Skip to main content

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)

public HsvColor HsvColor { get; set; }

Property Value

HsvColor

Remarks

Use this property instead of Color when in Hsva to avoid loss of precision and color drifting.

See Also

Reference

ColorSlider Class
Avalonia.Controls.Primitives Namespace