LampInfo 类

定义

特定索引的单个灯的各种属性的容器。

public ref class LampInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LampInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LampInfo
Public NotInheritable Class LampInfo
继承
Object Platform::Object IInspectable LampInfo
属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

属性

BlueLevelCount

可为此灯设置的蓝色强度数。

FixedColor

如果此灯索引具有固定颜色,则返回颜色;否则为 null。

GainLevelCount

可为此灯设置的颜色无关强度的数目。

GreenLevelCount

可为此灯设置的绿色强度数。

Index

灯的从零开始的索引。 每个灯都与一个唯一索引相关联。

Position

灯相对于边界框原点的 3D 位置。

Purposes

灯的用途/秒。

RedLevelCount

可为此灯设置的红色强度数。

UpdateLatency

设备接收灯的更新与设备发出的更新之间的时间。

方法

GetNearestSupportedColor(Color)

查找与此灯支持的所需颜色最接近/最接近的匹配颜色。 调用此项可了解在 (期间是否会应用特定颜色,例如 ) LampArray.SetColor

适用于