(no version information, might be only in CVS)
SWFDisplayItem->multColor() -- Multiplies the item's color transformWarning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function 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().
These parameters are integers between 0 and 255 or hexadecimals between 0x00 and 0xFF:
red
Value of red component
green
Value of green component
blue
Value of blue component
a
Value of alpha component
This simple example will modify your picture's atmosphere to Halloween (use a landscape or bright picture).