!7 static ScreenLens lens; p-noconsole { lens = new ScreenLens; lens.showFPS = false; lens.postProcess = func(BufferedImage img) { int count = colorCount332(img); frameTitle(lens.is, n2(count, "color")); ret img; }; lens.start(); }