RenderStateManager.Ambient Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the ambient light color.
Visual Basic Public Property Ambient As Color C# public Color Ambient { get; set; }
C++ public:
property ColorAmbient {
Colorget();
void set(Colorvalue);
}JScript public function get Ambient() : Color
public function set Ambient(Color);
System.Drawing.Color
This property is read/write.
A Colorobject that specifies the ambient color value to set or retrieve.
The default value is 0.
Show:
