C# 클래스 Project290.Screens.Background.RandomColorEffect

Used for displaying a background color effect.
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
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.

메소드 상세

Draw() 공개 메소드

Draws this instance.
public Draw ( ) : void
리턴 void

RandomColorEffect() 공개 메소드

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.
리턴 System

Update() 공개 메소드

Updates this instance.
public Update ( ) : void
리턴 void