LampInfo.FixedColor Property

Definition

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.

Applies to