LampInfo.FixedColor 属性

定义

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

public:
 property IReference<Color> ^ FixedColor { IReference<Color> ^ get(); };
IReference<Color> FixedColor();
public System.Nullable<Color> FixedColor { get; }
var iReference = lampInfo.fixedColor;
Public ReadOnly Property FixedColor As Nullable(Of Color)

属性值

灯的颜色。

注解

检查 GainLevelCount ,了解此灯颜色的可能缩放。

适用于