C# Class Animatroller.Framework.Effect.Pulsating

Inheritance: BaseSweeperEffect
Mostrar archivo Open project: HakanL/animatroller Class Usage Examples

Public Methods

Method Description
Pulsating ( System.TimeSpan sweepDuration, [ name = "" ) : System
Pulsating ( System.TimeSpan sweepDuration, double minBrightness, double maxBrightness, bool startRunning = true, [ 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

Pulsating() public method

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

Pulsating() public method

public Pulsating ( System.TimeSpan sweepDuration, double minBrightness, double maxBrightness, bool startRunning = true, [ name = "" ) : System
sweepDuration System.TimeSpan
minBrightness double
maxBrightness double
startRunning bool
name [
return System