C# Class Animatroller.Framework.Effect2.Pop

Inheritance: IMasterBrightnessEffect
Show file Open project: HakanL/animatroller

Public Methods

Method Description
GetEffectAction ( Action setBrightnessAction ) : Effect.EffectAction.Action
Pop ( double startBrightness, double endBrightness ) : System
Pop ( double startBrightness, double endBrightness, int iterations ) : System

Method Details

GetEffectAction() public method

public GetEffectAction ( Action setBrightnessAction ) : Effect.EffectAction.Action
setBrightnessAction Action
return Effect.EffectAction.Action

Pop() public method

public Pop ( double startBrightness, double endBrightness ) : System
startBrightness double
endBrightness double
return System

Pop() public method

public Pop ( double startBrightness, double endBrightness, int iterations ) : System
startBrightness double
endBrightness double
iterations int
return System