SWFTextField->setColor()
(PHP 4 >= 4.0.5)
SWFTextField->setColor() — Sets the color of the text field
Descripción
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.
swftextfield->setcolor() sets the color of the text field. Default is fully opaque black. Color is represented using RGB system.
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.