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