LampArrayEffectStartMode Enum

Definition

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

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

LampArray sample

Demonstrates how to control RGB lighting of peripheral devices using the Windows.Devices.Lights and Windows.Devices.Lights.Effects APIs.

AutoRGB Sample

Demonstrates how to extract a single, representative color from a desktop screen and use it to illuminate LED lamps on a connected RGB device.

Applies to

See also