// Test background()
/* @pjs transparent="true"; */

void draw() {
  background(random(255), 128);
}
