RenderStateManager.FogColorValue Property

Language:

Retrieves or sets the fog color.

Definition

Visual Basic Public Property FogColorValue As Integer
C# public int FogColorValue { get; set; }
C++ public:
property int FogColorValue {
        int get();
        void set(int value);
}
JScript public function get FogColorValue() : int
public function set FogColorValue(int);

Property Value

System.Int32
An integer 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.