C# Class Project290.Screens.Background.RandomColorEffect

Used for displaying a background color effect.
Show file Open project: scastle/Solitude

Public Methods

Method Description
Draw ( ) : void

Draws this instance.

RandomColorEffect ( byte alpha, float layerDepth, Random random ) : System

Initializes a new instance of the RandomColorEffect class.

Update ( ) : void

Updates this instance.

Method Details

Draw() public method

Draws this instance.
public Draw ( ) : void
return void

RandomColorEffect() public method

Initializes a new instance of the RandomColorEffect class.
public RandomColorEffect ( byte alpha, float layerDepth, Random random ) : System
alpha byte The alpha transparency.
layerDepth float The layer depth.
random System.Random The random number generator.
return System

Update() public method

Updates this instance.
public Update ( ) : void
return void