Skip to main content

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)

public HsvColor HsvColor { get; set; }

Property Value

HsvColor

Remarks

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.

See Also

Reference

ColorPreviewer Class
Avalonia.Controls.Primitives Namespace