Click or drag to resize

PdfLabColor A Property

Gets or sets the a* component for this color.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public double A { get; set; }

Property Value

Type: 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