Skip to content

Instantly share code, notes, and snippets.

@federico-pepe
Created August 4, 2015 17:17
Show Gist options
  • Save federico-pepe/8bbf953cb0dfc768a613 to your computer and use it in GitHub Desktop.
Save federico-pepe/8bbf953cb0dfc768a613 to your computer and use it in GitHub Desktop.
Adding the background to the previous sketch
background(0);
size(500, 500);
fill(255, 0, 0, 100);
stroke(0, 0, 255);
ellipse(250, 250, 150, 150);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment