函式:PDF_setrgbcolor_fill() |
PDF_setrgbcolor_fill指定填入的颜色为彩色。 语法: boolean pdf_setrgbcolor_fill(int pdfid, double red, double green, double blue); 传回值: 布林值 函式种类: 特殊档案格式
本函式用来设定彩色为填色函式所使用的颜色。参数 pdfid 为 PDF 档案代码。参数 red、green 与 blue 分别为三原色值,即红绿蓝 (RGB)。
|