HslColorS Property

Gets the Saturation component in the range from 0..1 (percentage).

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public double S { get; }

Property Value

Double

Remarks

  • 0 is fully white (or a shade of gray) and shows no color.
  • 1 is the full color.

See Also