Table of Contents
PdfColor Constructor (Single, Single, Single)

Create a new instance of the PdfColor class based on red, green and blue value.

Syntax
 public PdfColor(
   float red,
   float green,
   float blue
);
Remarks

Red value ranging from 0 to 1. Green value ranging from 0 to 1. Blue value ranging from 0 to 1.

See Also