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

SWFDisplayItem->multColor()

SWFDisplayItem->multColor - Multiplies the item's color transform

Syntax

void SWFDisplayItem->multColor (float $red, float $green, float $blue, float $a)

Arguments

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

Description

swfdisplayitem->multcolor() multiplies the item's color transform by the given values.

Version

PHP 4.0.5

Return value

No value is returned.