共用方式為


LampArrayBitmapEffect(LampArray, Int32[]) 建構函式

定義

建立並初始化效果的新實例。

public:
 LampArrayBitmapEffect(LampArray ^ lampArray, Platform::Array <int> ^ lampIndexes);
 LampArrayBitmapEffect(LampArray const& lampArray, winrt::array_view <int> const& lampIndexes);
public LampArrayBitmapEffect(LampArray lampArray, int[] lampIndexes);
function LampArrayBitmapEffect(lampArray, lampIndexes)
Public Sub New (lampArray As LampArray, lampIndexes As Integer())

參數

lampArray
LampArray

播放效果的 LampArray

lampIndexes

Int32[]

int[]

將套用效果的燈光索引子集。

範例

LampArray 範例

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

AutoRGB 範例

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

備註

效果建立不會啟動效果。

適用於

另請參閱