static RGB randomColor() { return new RGB(random(), random(), random()); }