static BufferedImage markPointsInImageWithAlpha(BufferedImage img, Iterable points, Color color, double alpha, int size default 3) { if (img != null) fOr (p : points) markPointInImageWithAlpha(img, p, color, alpha, size); ret img; }