Gets or sets the a* 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 A { get; set; }
Public Property A As Double
	Get
	Set
public:
property double A {
	double get ();
	void set (double value);
}
member A : float with get, set

Property Value

Double
The a* component of this color.

Remarks

The range for this value is defined by the Range property of the underlying Lab colorspace.

See Also