!7 p { RGBImage img = new RGBImage(500, 500, Color.white); for (Pt p : circlePoints(250, 250, 200)) img.setPixel(p, Color.black); showImage(img); }