HiQPdf Documentation

PdfColor Constructor

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodPdfColor
Constructs a PDF color object having all components set to 0
Public methodPdfColor(Color)
Constructs a PDF color object with the given system color
Public methodPdfColor(Byte, Byte, Byte)
Constructs a PDF color with the given RGB components as integer values between 0 and 255
Public methodPdfColor(Byte, Byte, Byte, Byte)
Constructs a PDF color with the given ARGB components as integer values between 0 and 255
Public methodPdfColor(Single, Single, Single, Single)
Constructs a PDF color with the given CMYK components as real values between 0 and 1
Top
See Also

Reference