C# Class Animatroller.Framework.Effect.PopOut2

Inheritance: GroupDimmer
ファイルを表示 Open project: HakanL/animatroller

Public Methods

Method Description
ConnectTo ( IReceivesBrightness device ) : void
Pop ( double startBrightness = null, Color color = null, int priority = 1, System.TimeSpan sweepDuration = null ) : System.Threading.Tasks.Task
PopOut2 ( System.TimeSpan defaultSweepDuration, double defaultStartBrightness = 1.0, [ name = "" ) : System

Method Details

ConnectTo() public method

public ConnectTo ( IReceivesBrightness device ) : void
device IReceivesBrightness
return void

Pop() public method

public Pop ( double startBrightness = null, Color color = null, int priority = 1, System.TimeSpan sweepDuration = null ) : System.Threading.Tasks.Task
startBrightness double
color Color
priority int
sweepDuration System.TimeSpan
return System.Threading.Tasks.Task

PopOut2() public method

public PopOut2 ( System.TimeSpan defaultSweepDuration, double defaultStartBrightness = 1.0, [ name = "" ) : System
defaultSweepDuration System.TimeSpan
defaultStartBrightness double
name [
return System