(PHP 5 <= 5.3.0, PECL ming SVN)
Sets the current text color
void SWFText::setColor ( int $red, int $green, int $blue [, int $a = 255 ] )
Changes the current text color.
Parameters:
red
Value of red component
green
Value of green component
blue
Value of blue component
a
Value of alpha component
Returns:
No value is returned.
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.
Please login to continue.