(PHP 3>= 3.0.8, PHP 4 )
cpdf_setrgbcolor_fill -- 塗りつぶし色をRGBカラー値に設定する
説明
void
cpdf_setrgbcolor_fill ( int pdf document, float red value, float green value, float blue value)
cpdf_setrgbcolor_fill() 関数は、
指定した RGBカラー値をパスを塗りつぶす色として設定します。
cpdf_setrgbcolor_stroke(),
cpdf_setrgbcolor() も参照下さい。