RenderStateManager.FogColor Property |
Language: |
Retrieves or sets the fog color.
Visual Basic .NET Public Property FogColor As Color C# public Color FogColor { get; set; } Managed C++ public: __property Color get_FogColor();
public: __property void set_FogColor(Color);JScript .NET public function get FogColor() : Color
public function set FogColor(Color);
System.Drawing.Color . A Color
This property is read/write.object that specifies the fog color to set or retrieve.
Feedback? Please provide us with your comments on this topic.