MaxHue Property
Gets or sets the maximum value of the Hue component in the range from 0..359. This property must be greater than MinHue.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public int MaxHue { get; set; }
Public Property MaxHue As Integer
Get
Set
member MaxHue : int with get, set
Property Value
Int32Remarks
Internally, the ColorSpectrum uses the HSV color model.