PDFSetColor

Use this command to assign a new color using an RGB value.

PDFSetColor(int red, int green, int blue);

Example:
PDFSetColor(200, 0, 0);