This class contains the parameters that define exponential fog, i.e., that grows exponentially denser with the distance.
The color parameter is passed to the [page:Color] constructor to set the color property. Color can be a hexadecimal integer or a CSS-style string.
Optional name of the object (doesn't need to be unique). Default is an empty string.
Fog color. Example: If set to black, far away objects will be rendered black.
Defines how fast the fog will grow dense.
Default is 0.00025.
Returns a new FogExp2 instance with the same parameters as this one.
Return FogExp2 data in JSON format.