// alpha is from 0 to 1 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; }