Class fever.display.background.GradientBackGround

Implemented Interfaces

Background

Description

Draws a gradient background.

This is the default background for Fever application when use Fever initialisation engine.

See Also

Field Index

alpha, color, ratio

Method Index

new GradientBackGround()
clear(), paintBackground(), toString()

Constructor Detail

GradientBackGround

public function GradientBackGround(c:Array, a:Array, r:Array)

Constructor.

Field Detail

alpha

public alpha:Array
Alpha values

color

public color:Array
Color values

ratio

public ratio:Array
Ratio values

Method Detail

paintBackground

public function paintBackground(target:MovieClip, width:Number, height:Number):Void

Draws background on passed-in target

Specified By

paintBackground() in fever.display.background.Background

clear

public function clear(target:MovieClip):Void

Clears paint target.

Specified By

clear() in fever.display.background.Background

toString

public function toString():String

Returns string representation.