clone method
Returns a new FogExp2 instance with the same parameters as this one.
Implementation
FogExp2 clone() {
return FogExp2(color.getHex(), density);
}
Returns a new FogExp2 instance with the same parameters as this one.
FogExp2 clone() {
return FogExp2(color.getHex(), density);
}