RenderStateManager.Ambient Property |
Language: |
Retrieves or sets the ambient light color.
Visual Basic .NET Public Property Ambient As Color C# public Color Ambient { get; set; } Managed C++ public: __property Color get_Ambient();
public: __property void set_Ambient(Color);JScript .NET public function get Ambient() : Color
public function set Ambient(Color);
System.Drawing.Color . A Color
This property is read/write.object that specifies the ambient color value to set or retrieve.
The default value is 0.
Feedback? Please provide us with your comments on this topic.