static LineWithColor randomLineWithColor(int w, int h) { ret new LineWithColor(randomPoint(w, h), randomPoint(w, h), randomColor()); }