static BackgroundPlus randomBackgroundPlusRoundedBoxes(final int w, final int h, int n) { ret BackgroundPlus(randomColor(), produceN(func { randomRoundedBoxWithColor(w, h) }, n)); }