函数:PDF_setrgbcolor_stroke()


PDF_setrgbcolor_stroke

指定绘图的颜色为彩色。

语法: boolean pdf_setrgbcolor_stroke(int pdfid, double red, double green, double blue);

返回值: 布尔值

函数种类: 特殊文件格式

内容说明

本函数用来配置目前的绘图颜色为彩色。参数 pdfid 为 PDF 文件代码。参数 red、green 与 blue 分别为三原色值,即红绿蓝 (RGB)。

参考

PDF_setgray_stroke()  



整理: sadly (www.phpx.com)

[ 上一页 下一页 ]