LampArray.SetSingleColorForIndices(Color, Int32[]) 方法

定义

将指定的所有灯设置为相同颜色。

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

如果设备上不存在索引,则会忽略该索引,但仍会应用剩余索引。

黑色 相当于灯被“关掉”。

适用于

另请参阅