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