C# Class FontEffectsLib.FontTypes.ArcadeFont.ColorChangedEventArgs

Arguments for the event fired when the arcade font color is about to cycle.
Inheritance: CancelEventArgs
ファイルを表示 Open project: GreatMindsRobotics/FontEffectsLib

Public Methods

Method Description
ColorChangedEventArgs ( Color newColor ) : System

Creates instance of ColorChangedEventArgs class.

Method Details

ColorChangedEventArgs() public method

Creates instance of ColorChangedEventArgs class.
public ColorChangedEventArgs ( Color newColor ) : System
newColor Color The color about to be changed to.
return System