Drawable.FogColor Property
Gets or sets the color of the fog in a 3D view.
Thread safety: This property is not thread-safe and it should only be accessed from the GUI thread. Show
Syntax
public System.Drawing.Color FogColor { get; set; }
Property Value
Type: System.Drawing.Color
Default: White, R: 255 G: 255 B: 255
The color of fog in a 3D view. The alpha component is ignored.
Default: White, R: 255 G: 255 B: 255
The color of fog in a 3D view. The alpha component is ignored.
Platforms
Windows, Linux, Android