Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfLabColor : PdfColor
Public NotInheritable Class PdfLabColor Inherits PdfColor
The PdfLabColor type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | A |
Gets the a* component value.
|
![]() | B |
Gets the b* component value.
|
![]() | ColorProfile |
Gets the ICC color profile associated with this PdfColor.
(Inherited from PdfColor.) |
![]() | L |
Gets the L* component value.
|
Name | Description | |
---|---|---|
![]() | Darken |
Darkens the current PdfColor by the specified percentage.
(Inherited from PdfColor.) |
![]() | Equals |
Determines whether the specified Object is
equal to this instance.
(Inherited from PdfColor.) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Inherited from PdfColor.) |
![]() | GetType | (Inherited from Object.) |
![]() | Lighten |
Lightens the current PdfColor by the specified percentage.
(Inherited from PdfColor.) |
![]() | ToCmyk |
Converts this PdfColor to CMYK.
(Inherited from PdfColor.) |
![]() | ToRgb |
Converts this PdfColor to RGB.
(Inherited from PdfColor.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |