LampArrayColorRampEffect(LampArray, Int32[]) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建并初始化效果的新实例。
public:
LampArrayColorRampEffect(LampArray ^ lampArray, Platform::Array <int> ^ lampIndexes);
LampArrayColorRampEffect(LampArray const& lampArray, winrt::array_view <int> const& lampIndexes);
public LampArrayColorRampEffect(LampArray lampArray, int[] lampIndexes);
function LampArrayColorRampEffect(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 灯。
注解
效果创建不会启动效果。