pdf_setrgbcolor_stroke

(PHP 3 >= 3.0.6, PHP 4, PECL)

pdf_setrgbcolor_stroke -- Sets drawing color to rgb color value

Description

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

Set the current stroke color to the supplied RGB values. 如果成功则返回 TRUE,失败则返回 FALSE

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


add a note add a note User Contributed Notes
There are no user contributed notes for this page.