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