!7 static int delay = 500; p-substance { showFrame(jcanvas(f makeImage, delay)); } static BufferedImage makeImage(final int w, final int h) { ret renderImage(w, h, func(int x, int y) { ret x < w/2 != y < h/2 ? Color.red : Color.blue; }); }