C# Class Animatroller.Framework.Effect.Pulsating

Inheritance: BaseSweeperEffect
Afficher le fichier Open project: HakanL/animatroller Class Usage Examples

Méthodes publiques

Méthode Description
Pulsating ( System.TimeSpan sweepDuration, [ name = "" ) : System
Pulsating ( System.TimeSpan sweepDuration, double minBrightness, double maxBrightness, bool startRunning = true, [ name = "" ) : System

Méthodes protégées

Méthode Description
GetValue ( double zeroToOne, double negativeOneToOne, double zeroToOneToZero, bool final ) : double

Method Details

GetValue() protected méthode

protected GetValue ( double zeroToOne, double negativeOneToOne, double zeroToOneToZero, bool final ) : double
zeroToOne double
negativeOneToOne double
zeroToOneToZero double
final bool
Résultat double

Pulsating() public méthode

public Pulsating ( System.TimeSpan sweepDuration, [ name = "" ) : System
sweepDuration System.TimeSpan
name [
Résultat System

Pulsating() public méthode

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