Skip to main content

MinHue Property

Gets or sets the minimum value of the Hue component in the range from 0..359. This property must be less than MaxHue.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)

public int MinHue { get; set; }

Property Value

Int32

Remarks

Internally, the ColorSpectrum uses the HSV color model.

See Also

Reference

ColorSpectrum Class
Avalonia.Controls.Primitives Namespace