|
PHP5中文手册
SWFDisplayItem->multColor()(PHP 4 >= 4.0.5) SWFDisplayItem->multColor() — Multiplies the item's color transform 说明SWFDisplayItem
void multColor
( int $red
, int $green
, int $blue
[, int $a
] )
Warning
本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。 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:
返回值无返回值。 范例This simple example will modify your picture's atmosphere to Halloween (use a landscape or bright picture). Example#1 swfdisplayitem->multcolor() example
<?php |