Table of Contents
PdfColor Constructor
Overload List
Name Description
PdfColor(PdfColorSpace); Create an instance of the PdfColor class using the given color space.
PdfColor(float); Create a new instance of the PdfColor class based on gray level.
PdfColor(float, float, float); Create a new instance of the PdfColor class based on red, green and blue value.
PdfColor(Color); Creates a new instance of the PdfColor class based on a Color value.
PdfColor(float, float, float, float); Creates a new instance of the PdfColor class using CMYK values.
PdfColor(PdfColorSpace, int); Creates an instance of the PdfColor object based on the given color space and color index.
See Also