Background
Draws a gradient background.
This is the default background for Fever application when use Fever initialisation engine.
new GradientBackGround()
public function GradientBackGround(c:Array, a:Array, r:Array)
Constructor.
public alpha:Array
public color:Array
public ratio:Array
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.