共用方式為


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

適用於