!7 static ScreenLens lens; p-noconsole { lens = new ScreenLens; lens.postProcess = func(BufferedImage img) { int count = colorCount332(img); titleStatus(lens.is, count); ret img; }; lens.start(); }