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
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public int MinHue { get; set; }
Public Property MinHue As Integer
Get
Set
member MinHue : int with get, set
Property Value
Int32Remarks
Internally, the ColorSpectrum uses the HSV color model.