README ¶ Exercise 3.6 (P62) Supersampling is a technique to reduce the effect of pixelation by computing the color value at several points within each pixel and taking the average. The simplestmethod is to divide each pixel into four "subpixels". Implement it. Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Mandelbrot emits a PNG image of the Mandelbrot fractal. Source Files ¶ View all Source files mandelbrot.go Click to show internal directories. Click to hide internal directories.