Overload List
Name | Description | |
---|---|---|
PdfColor |
Constructs a PDF color object having all components set to 0
| |
PdfColor(Color) |
Constructs a PDF color object with the given system color
| |
PdfColor(Byte, Byte, Byte) |
Constructs a PDF color with the given RGB components as integer values between 0 and 255
| |
PdfColor(Byte, Byte, Byte, Byte) |
Constructs a PDF color with the given ARGB components as integer values between 0 and 255
| |
PdfColor(Single, Single, Single, Single) |
Constructs a PDF color with the given CMYK components as real values between 0 and 1
|
See Also