JoyCon.NET
|
Home LED dimming step. More...
Public Member Functions | |
HomeLedDimmingStep () | |
Initializes a new instance of the HomeLedDimmingStep class with default values. More... | |
HomeLedDimmingStep (byte ledBrightness, byte transitionDuration, byte pauseDuration) | |
Initializes a new instance of the HomeLedDimmingStep class. More... | |
Properties | |
byte | LedBrightness [get, set] |
LED brightness, 0-15. 0 = 0%/OFF, 15 = 100%. More... | |
byte | TransitionDuration [get, set] |
Transition duration as multiplier of HomeLedDimmingPattern.StepDurationBase, 0-15. More... | |
byte | PauseDuration [get, set] |
Pause between transitions as multiplier of HomeLedDimmingPattern.StepDurationBase, 1-15. More... | |
Home LED dimming step.
|
inline |
Initializes a new instance of the HomeLedDimmingStep class with default values.
|
inline |
Initializes a new instance of the HomeLedDimmingStep class.
ledBrightness | The LED brightness, ranging from 0 to 15. 0 = 0%/OFF, 15 = 100%. |
transitionDuration | The transition duration as a multiplier of HomeLedDimmingPattern.StepDurationBase, ranging from 0 to 15. |
pauseDuration | The pause between transitions as a multiplier of HomeLedDimmingPattern.StepDurationBase, ranging from 1 to 15. |
|
getset |
LED brightness, 0-15. 0 = 0%/OFF, 15 = 100%.
|
getset |
Transition duration as multiplier of HomeLedDimmingPattern.StepDurationBase, 0-15.
|
getset |
Pause between transitions as multiplier of HomeLedDimmingPattern.StepDurationBase, 1-15.