|
SWFDisplayItem::multColorMultiplies the item's color transform Beschreibung
void SWFDisplayItem::multColor
( float
$red
, float $green
, float $blue
[, float $a
] )Warnung
Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko. 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. Parameter-ListeThese parameters are floats between 0.0 and 1.0:
RückgabewerteEs wird kein Wert zurückgegeben. BeispieleThis simple example will modify your picture's atmosphere to Halloween (use a landscape or bright picture). Beispiel #1 swfdisplayitem::multcolor example
<?php |