static CircleWithColor randomCircleWithColor(int w, int h) { ret new CircleWithColor(randomPoint(w, h), random(max(w, h)/2), randomColor()); }