LampInfo.FixedColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this lamp index has a fixed color, the color is returned; otherwise 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)
Property Value
The lamp color.
Remarks
Inspect GainLevelCount for possible scaling of this lamp color.