Method | Description | |
---|---|---|
Draw ( ) : void |
Draws this instance.
|
|
RandomColorEffect ( byte alpha, float layerDepth, |
Initializes a new instance of the RandomColorEffect class.
|
|
Update ( ) : void |
Updates this instance.
|
public RandomColorEffect ( byte alpha, float layerDepth, |
||
alpha | byte | The alpha transparency. |
layerDepth | float | The layer depth. |
random | The random number generator. | |
return | System |