swf_addcolor

Example

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

Description

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

Return Values

No value is returned.