static BackgroundPlus randomBackgroundPlusLines(final int w, final int h, int n) { ret new BackgroundPlus(randomColor(), produceN(func -> LineWithColor { randomLineWithColor(w, h) }, n)); }