static BoxWithColor randomBoxWithColor(int w, int h) { ret new BoxWithColor(randomPoint(w, h), randomPoint(w, h), randomColor(w, h)); }