Skip to main content

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
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)

public int MinSaturation { get; set; }

Property Value

Int32

Remarks

Internally, the ColorSpectrum uses the HSV color model.

See Also

Reference

ColorView Class
Avalonia.Controls Namespace