Skip to content

Instantly share code, notes, and snippets.

@kunishi
Last active October 7, 2015 08:27
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 kunishi/3134851 to your computer and use it in GitHub Desktop.
Save kunishi/3134851 to your computer and use it in GitHub Desktop.
size(200, 200);
colorMode(HSB, 100);
background(99);
noStroke();
fill(45, 80, 99);
rect(0, 0, 200, 200);
fill(45, 60, 99);
rect(0, 0, 150, 150);
fill(45, 40, 99);
rect(0, 0, 100, 100);
fill(45, 20, 99);
rect(0, 0, 50, 50);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment