Table of Contents
PdfColor Constructor (Single)

Create a new instance of the PdfColor class based on gray level.

Syntax
 public PdfColor(
   float grayLevel
);

Parameters

grayLevel
Gray level ranging from 0 to 1.
See Also