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