(no version information, might be only in CVS)
SWFDisplayItem->multColor() -- Multiplies the item's color transformAvertissement |
Cette fonction est EXPERIMENTALE. Cela signifie que le comportement de cette fonction, son nom et, concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS ! Soyez-en conscient, et utilisez cette fonction à vos risques et périls. |
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).
Précédent | Sommaire | Suivant |
SWFDisplayItem->moveTo() | Niveau supérieur | SWFDisplayItem->remove() |