5960616263646566676869
for (int i = 0; i < this.numSamples; i++) { pixel = ColorUtil.add(pixel, pixelShader.shadePixel(bounds)); } return pixel.divide(numSamples); } /** * The number of samples to average from the decorated pixel * shader.