RenderStateManager.AmbientColor Property |
Language: |
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.