PDF_setrgbcolor_fill

(PHP 3>= 3.0.6, PHP 4 )

PDF_setrgbcolor_fill -- Sets filling color to rgb color value

Description

void PDF_setrgbcolor_fill (int pdf object, double red value, double green value, double blue value)

Set the current fill color to the supplied RGB values.

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