C# Class Animatroller.Framework.Effect.PopOut

Inheritance: BaseSweeperEffect
显示文件 Open project: HakanL/animatroller Class Usage Examples

Public Methods

Method Description
Pop ( double startBrightness ) : PopOut
PopOut ( System.TimeSpan sweepDuration, [ name = "" ) : System
PopOut ( System.TimeSpan sweepDuration, int dataPoints, [ name = "" ) : System

Protected Methods

Method Description
GetValue ( double zeroToOne, double negativeOneToOne, double zeroToOneToZero, bool final ) : double

Method Details

GetValue() protected method

protected GetValue ( double zeroToOne, double negativeOneToOne, double zeroToOneToZero, bool final ) : double
zeroToOne double
negativeOneToOne double
zeroToOneToZero double
final bool
return double

Pop() public method

public Pop ( double startBrightness ) : PopOut
startBrightness double
return PopOut

PopOut() public method

public PopOut ( System.TimeSpan sweepDuration, [ name = "" ) : System
sweepDuration System.TimeSpan
name [
return System

PopOut() public method

public PopOut ( System.TimeSpan sweepDuration, int dataPoints, [ name = "" ) : System
sweepDuration System.TimeSpan
dataPoints int
name [
return System