Skip to content

Instantly share code, notes, and snippets.

Created August 31, 2017 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5670e07f822a67162b3dee31c53c0c51 to your computer and use it in GitHub Desktop.
Save anonymous/5670e07f822a67162b3dee31c53c0c51 to your computer and use it in GitHub Desktop.
void round(int blue, int size, int x, int y){
fill(blue, 150, 150, 100);
rect(x,y,size,size);
ellipse(x,y,size,size);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment