RenderStateManager.FogColor Property |
Language: |
Retrieves or sets the fog color.
Visual Basic Public Property FogColor As Color C# public Color FogColor { get; set; } C++ public:
property Color FogColor {
Color get();
void set(Color value);
}JScript public function get FogColor() : Color
public function set FogColor(Color);
System.Drawing.Color
This property is read/write.
A Colorobject that specifies the fog color to set or retrieve.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.