Method | Description | |
---|---|---|
ColorFadeTransition ( System.Color transitionColor, System.TimeSpan duration ) : System |
Initializes a new instance of the ColorFadeTransition class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
Draw ( System.TimeSpan gameTime ) : void |
Draws the specified game time.
|
|
Initialize ( ) : void |
Initializes this instance.
|
|
Update ( System.TimeSpan gameTime ) : void |
Updates the specified game time.
|
public ColorFadeTransition ( System.Color transitionColor, System.TimeSpan duration ) : System | ||
transitionColor | System.Color | The transition color. |
duration | System.TimeSpan | The transition duration. |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected Draw ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
return | void |
protected Update ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The game time. |
return | void |