Skip to main content

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

public int MaxSaturation { get; set; }

Property Value

Int32

Remarks

Internally, the ColorSpectrum uses the HSV color model.

See Also

Reference

ColorView Class
Avalonia.Controls Namespace