swf_mulcolor
(PHP 4)
swf_mulcolor — Sets the global multiply color to the rgba value specified
Description
void swf_mulcolor
( float $r
, float $g
, float $b
, float $a
)
The color of the object will be multiplied by the given color values when
the object is written to the screen.
Parameters
-
r
-
Red value
-
g
-
Green value
-
b
-
Blue value
-
a
-
Alpha value
These parameters can be either positive or negative.
Return Values
No value is returned.