|
SWFDisplayItem::multColorMultiplies the item's color transform Description
void SWFDisplayItem::multColor
( float
$red
, float $green
, float $blue
[, float $a
] )Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. swfdisplayitem::multcolor multiplies the item's color transform by the given values. The object may be a swfshape, a swfbutton, a swftext or a swfsprite object. It must have been added using the swfmovie::add. ParametersThese parameters are floats between 0.0 and 1.0:
Return ValuesNo value is returned. ExamplesThis simple example will modify your picture's atmosphere to Halloween (use a landscape or bright picture). Example #1 swfdisplayitem::multcolor example
<?php |