clone method

dynamic clone()

Implementation

clone() {
  return FogExp2(color, density);
}