pdf_setrgbcolor

(3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0)

pdf_setrgbcolor -- Sets drawing and filling color to rgb color value

Description

void pdf_setrgbcolor (int pdf object, float red value, float green value, float blue value)

Set the current fill and stroke color to the supplied RGB values.

Note: PDFlib V4.0: Deprecated, use pdf_setcolor() instead.