LampArrayBitmapEffect(LampArray, Int32[]) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立並初始化效果的新實例。
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())
參數
- lampIndexes
-
Int32[]
int[]
將套用效果的燈光索引子集。
範例
示範如何使用 Windows.Devices.Lights 和 Windows.Devices.Lights.Effects API 來控制周邊裝置的 RGB 光源。
示範如何從桌面畫面擷取單一代表性色彩,並用它來在連線的 RGB 裝置上光源 LED 燈。
備註
效果建立不會啟動效果。