S Property
Gets the Saturation component in the range from 0..1 (percentage).
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double S { get; }
Public ReadOnly Property S As Double
Get
member S : float with get
Property Value
DoubleRemarks
- 0 is fully white (or a shade of gray) and shows no color.
- 1 is the full color.