Share via


RenderStateManager.FogColorValue Property (Microsoft.DirectX.Direct3D)

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.