共用方式為


LampArrayEffectStartMode 列舉

定義

定義常數,指定播放清單中效果的開始行為。

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
繼承
LampArrayEffectStartMode
屬性

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v7.0 引進)

欄位

名稱 Description
Sequential 0

指定效果應該一次啟動一次,其加入順序。

Simultaneous 1

指定應該同時啟動效果。

範例

LampArray 範例

示範如何使用 Windows.Devices.LightsWindows.Devices.Lights.Effects API 來控制周邊裝置的 RGB 光源。

AutoRGB 範例

示範如何從桌面畫面擷取單一代表性色彩,並用它來在連線的 RGB 裝置上光源 LED 燈。

適用於

另請參閱