C# Class Cascade.ColorManager

ファイルを表示 Open project: RIT-Tool-Time/Cascade Class Usage Examples

Public Methods

Method Description
Animate ( Color target, int frames ) : void
ColorManager ( ) : System
Update ( ) : void

Method Details

Animate() public method

public Animate ( Color target, int frames ) : void
target Color
frames int
return void

ColorManager() public method

public ColorManager ( ) : System
return System

Update() public method

public Update ( ) : void
return void