static Pt _randomPoint(int w, int h) { ret randomPoint(w, h); } ifclass RGBImage static Pt _randomPoint(RGBImage img) { ret randomPoint(img); } endif