Gets or sets the l component for this color.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public double L { get; set; }
Public Property L As Double
	Get
	Set
public:
property double L {
	double get ();
	void set (double value);
}
member L : float with get, set

Property Value

Double
The l component of this color.

Remarks

The acceptable range for this value is [0.0 100.0]. 0.0 means the darkest color that can be achieved, and 100.0 means the lightest color.

See Also