PdfColor Methods

The PdfColor type exposes the following members.

Methods

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

See Also