swf_addcolor()
swf_addcolor - Set the global add color to the rgba value specified
Syntax
swf_addcolor (
float $r,
float $g,
float $b,
float $a)
Arguments
- r - Red value
- g - Green value
- b - Blue value
- a - Alpha value
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.
Version
PHP 4
Return value
No value is returned.