SWFDisplayItem->addColor
(No version information available, might be only in CVS)
SWFDisplayItem->addColor — Adds the given color to this item's color transform
Descrição
SWFDisplayItem
void addColor
( int $red
, int $green
, int $blue
[, int $a
] )
Aviso
Esta função é EXPERIMENTAL. O comportamento desta função, seu nome, incluindo toda documentação pode ser modificado sem aviso em futuras versões do PHP. Esta função deve ser usada por sua própria conta e risco.
swfdisplayitem->addcolor() adds the color to this item's color transform. The color is given in its RGB form.
The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie->add().
Valor Retornado
Não há valor retornado.
Valor Retornado
Não há valor retornado.
SWFDisplayItem->addColor
There are no user contributed notes for this page.
