Inheritance: System.Proxy, IWeatherAlphaQuad, IDumpabled
        internal WeatherCloudLayerProxy With(Wthr.CloudLayer target)
        {
            // Reset cached subproxies
            alphas = null;
            colors = null;

            this.target = target;
            return this;
        }