Table of Contents
PdfColor Constructor (PdfColorSpace, Int32)

Creates an instance of the PdfColor object based on the given color space and color index.

Syntax
 public PdfColor(
   PdfColorSpace colorSpace,
   int colorIndex
);

Parameters

colorSpace
The color space object, must be palette based.
colorIndex
The color index.
See Also