Background
Draws a solid color background.
new SolidBackGround()
public function SolidBackGround(c:Number, a:Number)
Constructor.
public alpha:Number
public color:Number
public function paintBackground(target:MovieClip, width:Number, height:Number):Void
Draws background on passed-in target
target
paintBackground() in fever.display.background.Background
public function clear(target:MovieClip):Void
Clears paint target.
clear() in fever.display.background.Background
public function toString():String
Returns string representation.