| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
SWFDisplayItem->multColor()
(no version information, might be only in CVS)
SWFDisplayItem->multColor() -- Multiplies the item's color transformPopis
class SWFDisplayItem {void multColor ( int red, int green, int blue [, int a] )
}
| Varování |
Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí. |
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().
Seznam parametrů
These parameters are integers between 0 and 255 or hexadecimals between 0x00 and 0xFF:
redValue of red component
greenValue of green component
blueValue of blue component
aValue of alpha component
Příklady
This simple example will modify your picture's atmosphere to Halloween (use a landscape or bright picture).
| Předcházející | Domů | Další |
| SWFDisplayItem->moveTo() | Nahoru |