Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.cpdf-setrgbcolor-fill.html
Дата изменения: Sun Feb 3 22:36:01 2002
Дата индексирования: Mon Oct 1 22:20:00 2012
Кодировка:
cpdf_setrgbcolor_fill

cpdf_setrgbcolor_fill

(3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0)

cpdf_setrgbcolor_fill -- Sets filling color to rgb color value

Description

void cpdf_setrgbcolor_fill ( int pdf document, float red value, float green value, float blue value)

The cpdf_setrgbcolor_fill() function sets the current rgb color value to fill a path.

See also cpdf_setrgbcolor_stroke(), cpdf_setrgbcolor().