PdfColor Constructor

Overload List

PdfColor(Byte, Byte, Byte) Initializes a new instance of the PdfColor class with the specified red, green, and blue components. Alpha defaults to 1.0 (fully opaque)
PdfColor(Byte, Byte, Byte, Single) Initializes a new instance of the PdfColor class with the specified red, green, blue, and alpha components

See Also