static RGBImage rgbMarkedRects(RGBImage img, Collection rects) { img = rgbClone(img); for (Rect r : rects) rgbMarkRect(img, r); ret img; }