Returns a new fog instance with the same parameters as this one.
@override Fog clone() { return Fog(color.getHex(), near, far); }