RenderStateManager.AmbientColor Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the ambient light color.
Visual Basic Public Property AmbientColor As Integer C# public int AmbientColor { get; set; } C++ public:
property int AmbientColor {
int get();
void set(int value);
}JScript public function get AmbientColor() : int
public function set AmbientColor(int);
System.Int32
This property is read/write.
An Int32that specifies the ambient color value to set or retrieve.
The default value is 0.
Show:
