!752 p { RGBImage img = shootScreen(); Rect r = biggestAreaColored(img, new Color(0xEEEEEE)); if (r == null) print("Not found"); else showZoomedImage(img.clip(r), 0.5); showRunMainAgainButton(); }