Created
November 22, 2013 13:42
-
-
Save dimkir/7600014 to your computer and use it in GitHub Desktop.
Created using Sketch2Tweet tool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void setup() { | |
size(400, 400); | |
colorMode(HSB, 255); | |
background(0, 0, 0); | |
noStroke(); | |
} | |
void draw() { | |
float r=random(10, 100); | |
fill(color(r, 255,255)); | |
rect(r,r, r, r); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is comment with sketch screenshot url: