Home > PHP > Function > > SWFTextField->setColor()

SWFTextField->setColor()

SWFTextField->setColor - Sets the color of the text field

Syntax

void SWFTextField->setColor (int $red, int $green, int $blue, int $a)

Arguments

  • red - Value of red component
  • green - Value of green component
  • blue - Value of blue component
  • a - Value of alpha component

Description

swftextfield->setcolor() sets the color of the text field. Default is fully opaque black. Color is represented using RGB system.

Version

PHP 4.0.5

Return value

No value is returned.