Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfCmykColor : PdfColor
Public NotInheritable Class PdfCmykColor Inherits PdfColor
The PdfCmykColor type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfCmykColor(Int32, Int32, Int32, Int32) |
Initializes a new instance of the PdfCmykColor class.
|
![]() | PdfCmykColor(PdfColorProfile, Int32, Int32, Int32, Int32) |
Initializes a new instance of the PdfCmykColor class.
|
Name | Description | |
---|---|---|
![]() | C |
Gets the cyan component value in percent.
|
![]() | ColorProfile |
Gets the ICC color profile associated with this PdfColor.
(Inherited from PdfColor.) |
![]() | K |
Gets the key component value in percent.
|
![]() | M |
Gets the magenta component value in percent.
|
![]() | Y |
Gets the yellow component value in percent.
|
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().) |