RenderStateManager.FogColor Property (Microsoft.DirectX.Direct3D)
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 object that specifies the fog color to set or retrieve.This property is read/write.