L Property
Gets the Lightness component in the range from 0..1 (percentage).
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public double L { get; }
Public ReadOnly Property L As Double
Get
member L : float with get
Property Value
DoubleRemarks
- 0 is fully black.
- 1 is fully white.