C# Class Project290.Screens.Background.RandomColorEffect

Used for displaying a background color effect.
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Méthode 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 méthode

Draws this instance.
public Draw ( ) : void
Résultat void

RandomColorEffect() public méthode

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.
Résultat System

Update() public méthode

Updates this instance.
public Update ( ) : void
Résultat void