HslColorA Property

Gets the Alpha (transparency) 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 A { get; }

Property Value

Double

Remarks

  • 0 is fully transparent.
  • 1 is fully opaque.

See Also