Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.swf-addcolor.html
Дата изменения: Sun Feb 3 22:55:04 2002
Дата индексирования: Mon Oct 1 22:16:18 2012
Кодировка:
swf_addcolor

swf_addcolor

(PHP 4 >= 4.0.0)

swf_addcolor --  Set the global add color to the rgba value specified

Description

void swf_addcolor ( float r, float g, float b, float a)

The swf_addcolor() function sets the global add color to the rgba color specified. This color is then used (implicitly) by the swf_placeobject(), swf_modifyobject() and the swf_addbuttonrecord() functions. The color of the object will be add by the rgba values when the object is written to the screen.

Note: The rgba values can be either positive or negative.