swf_addcolor
Set the global add color to the rgba value specified
&reftitle.description;
voidswf_addcolor
floatr
floatg
floatb
floata
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.
&reftitle.parameters;
r
Red value
g
Green value
b
Blue value
a
Alpha value
These parameters can be either positive or negative.
&reftitle.returnvalues;
&return.void;