Forum und email

SWFText->setColor()

(PHP 4 >= 4.0.5)

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

Descripción

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

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

Changes the current text color.

Lista de parámetros

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

Valores retornados

No value is returned.