static BackgroundPlus randomBackgroundPlusPolys(final int w, final int h, int n, int corners) { ret new BackgroundPlus(randomColor(), produceN(func { randomPolyWithColor(w, h, corners) }, n)); }