!752 p { Color color = new Color(0xEEEEEE); RGBImage img = shootScreen(); L clips = areasColored(img, color); print(n(clips, "areas") + " found for color " + new RGB(color) + ": " + struct(clips)); showScaledImageWithSelections(img, clips); }