Forum und email

SWFText->setColor()

(PHP 4 >= 4.0.5)

SWFText->setColor() — Sets the current text color

說明

SWFText
void setColor ( int $red , int $green , int $blue [, int $a ] )
Warning

本函式是實驗性的。這個函式的行為、名稱、和關於此函式的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此函式需自行承擔風險。

Changes the current text color.

參數

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

Return值

無回傳值。