Light.Ambient Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the ambient color emitted by the light.
This member is a Color structure.
Definition
Visual Basic Public Property Ambient As Color C# public Color Ambient { get; set; } C++ public:
property Color Ambient {
Color get();
void set(Color value);
}JScript public function get Ambient() : Color
public function set Ambient(Color);
Property Value
System.Drawing.Color
A Color structure that represents the ambient color emitted by the light.This property is read/write.
Remarks
Exceptions
The property value is invalid.