Class fever.display.background.SolidBackGround

Implemented Interfaces

Background

Description

Draws a solid color background.

See Also

Field Index

alpha, color

Method Index

new SolidBackGround()
clear(), paintBackground(), toString()

Constructor Detail

SolidBackGround

public function SolidBackGround(c:Number, a:Number)

Constructor.

Field Detail

alpha

public alpha:Number
Alpha value.

color

public color:Number
Color value.

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.