LightComponentBase.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.
The color of the light in Gamma color space.
public:
property Microsoft::Azure::RemoteRendering::Color4Ub Color { Microsoft::Azure::RemoteRendering::Color4Ub get(); void set(Microsoft::Azure::RemoteRendering::Color4Ub value); };
public Microsoft.Azure.RemoteRendering.Color4Ub Color { get; set; }
member this.Color : Microsoft.Azure.RemoteRendering.Color4Ub with get, set
Public Property Color As Color4Ub
Property Value
Remarks
The color's alpha channel is ignored.