Lamp.Color 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.
Gets or sets the color of the lamp.
public:
property Color Color { Color get(); void set(Color value); };
Color Color();
void Color(Color value);
public Color Color { get; set; }
var color = lamp.color;
lamp.color = color;
Public Property Color As Color
Property Value
The color of the lamp.
Remarks
The alpha channel of the color is ignored by this API.