Class PdfLabColor
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Represents a color in a Lab* color space.
public sealed class PdfLabColor : PdfColor
- Inheritance
-
PdfLabColor
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- PdfLabColor(PdfColorProfile, double, double, double)
Initializes a new instance of the PdfLabColor class.
- PdfLabColor(PdfColorSpace, double, double, double)
Initializes a new instance of the PdfLabColor class.
Properties
- A
Gets the a* component value.
- B
Gets the b* component value.
- L
Gets the L* component value.
Methods
- ToString()
Returns a string that represents this PdfLabColor instance.