LampInfo 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
特定索引的单个灯的各种属性的容器。
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
- 继承
- 属性
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 |