Home > PHP > Function > > SWFDisplayItem->addColor()

SWFDisplayItem->addColor()

SWFDisplayItem->addColor - Adds the given color to this item's color transform

Syntax

void SWFDisplayItem->addColor (int $red, int $green, int $blue, int $a)

Arguments

  • red
  • green
  • blue
  • a

Description

swfdisplayitem->addcolor() adds the color to this item's color transform. The color is given in its RGB form.

Version

PHP 4.0.5

Return value

No value is returned.