(PHP 4, PHP 5 <= 5.0.5)
cpdf_setrgbcolor — Sets drawing and filling color to rgb color value
Sets the current drawing and filling color to the given rgb color value.
The document handle, returned by cpdf_open().
The red value, as a float between 0.0 (black) and 1.0 (red)
The green value, as a float between 0.0 (black) and 1.0 (green)
The blue value, as a float between 0.0 (black) and 1.0 (blue)
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.