Pattern_A.JPG (599 × 599 pixels, file size: 59 KB, MIME type: image/jpeg)
Summary
int r, g, b;
void setup() {
size(600, 600); noStroke(); for(int y=0; y<height; y+=20) for(int x=0; x<width; x+=30) { r=(int)random(28); g=(int)random(162); b=(int)random(89); fill(r, g, b); ellipse(x, y, 30, 20); rect (x, y, 30, 20) ;
} }
Copyright status:
Source:
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 17:07, 20 November 2014 | 599 × 599 (59 KB) | Dora (talk | contribs) | int r, g, b; void setup() { size(600, 600); noStroke(); for(int y=0; y<height; y+=20) for(int x=0; x<width; x+=30) { r=(int)random(28); g=(int)random(162); b=(int)random(89); fill(r, g, b); ellipse(x, y, 30, 20); rect (x, y, 30, 20) |
You cannot overwrite this file.
File usage
There are no pages that use this file.