PdfCmykColor Methods

The PdfCmykColor type exposes the following members.

Methods

  NameDescription
Public methodDarken
Darkens the current PdfColor by the specified percentage.
(Inherited from PdfColor.)
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from PdfColor.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from PdfColor.)
Public methodGetType (Inherited from Object.)
Public methodLighten
Lightens the current PdfColor by the specified percentage.
(Inherited from PdfColor.)
Public methodToCmyk
Converts this PdfColor to CMYK.
(Inherited from PdfColor.)
Public methodToRgb
Converts this PdfColor to RGB.
(Inherited from PdfColor.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also