Home > PHP > Function > > SWFMovie->setbackground()

SWFMovie->setbackground()

SWFMovie->setbackground - Sets the background color

Syntax

void SWFMovie->setbackground (int $red, int $green, int $blue)

Arguments

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

Description

Sets the background color.

Version

PHP 4.3.3

Return value

No value is returned.