共用方式為


LampArrayUpdateRequestedEventArgs.SetSingleColorForIndices 方法

定義

將所有指定為相同色彩的光源。

public:
 virtual void SetSingleColorForIndices(Color desiredColor, Platform::Array <int> ^ lampIndexes) = SetSingleColorForIndices;
void SetSingleColorForIndices(Color const& desiredColor, winrt::array_view <int> const& lampIndexes);
public void SetSingleColorForIndices(Color desiredColor, int[] lampIndexes);
function setSingleColorForIndices(desiredColor, lampIndexes)
Public Sub SetSingleColorForIndices (desiredColor As Color, lampIndexes As Integer())

參數

desiredColor
Color

所需的色彩。

lampIndexes

Int32[]

int[]

要設定的燈光索引陣列。

範例

LampArray 範例

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

AutoRGB 範例

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

備註

如果燈光不支援所需的色彩,則會設定為 NearestSupportedColor

如果裝置上沒有索引或未在效果中指定,則會忽略它,並仍然套用其餘的索引。

黑色 相當於正在「關閉」的燈光。

適用於

另請參閱