LampArrayEffectStartMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify the starting behavior of effects in a playlist.
public enum class LampArrayEffectStartMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class LampArrayEffectStartMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum LampArrayEffectStartMode
var value = Windows.Devices.Lights.Effects.LampArrayEffectStartMode.sequential
Public Enum LampArrayEffectStartMode
- Inheritance
-
LampArrayEffectStartMode
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Fields
Name | Value | Description |
---|---|---|
Sequential | 0 | Specifies that effects should be started one at a time, in the order in which they were added. |
Simultaneous | 1 | Specifies that effects should be started all at the same time. |
Examples
Demonstrates how to control RGB lighting of peripheral devices using the Windows.Devices.Lights and Windows.Devices.Lights.Effects APIs.
Demonstrates how to extract a single, representative color from a desktop screen and use it to illuminate LED lamps on a connected RGB device.