RenderStateManager.FogColor Property

Language:

Retrieves or sets the fog color.

Definition

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);

Property Value

System.Drawing.Color
A Color Leave Site object that specifies the fog color to set or retrieve.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.