static BackgroundPlus randomBackgroundPlusCirclesNearCenter(final int w, final int h, int n) { ret new BackgroundPlus(randomColor(), produceN(func { randomCircleWithColorNearCenter(w, h) }, n)); }