   #PHP Manual PDF functions pdf_setrgbcolor_stroke pdf_show_boxed

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                pdf_setrgbcolor

   (PHP 3>= 3.0.6, PHP 4 )
   pdf_setrgbcolor -- Sets drawing and filling color to rgb color value

Description

   bool pdf_setrgbcolor ( resource pdfdoc, float red_value, float
   green_value, float blue_value)

   Set the current fill and stroke color to the supplied RGB values.
   Returns TRUE on success or FALSE on failure.

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

   Prev                   Home           Next
   pdf_setrgbcolor_stroke  Up  pdf_show_boxed
