File:Pattern A.JPG

File on Medien Wiki
Revision as of 17:07, 20 November 2014 by 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))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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/TimeThumbnailDimensionsUserComment
current17:07, 20 November 2014Thumbnail for version as of 17:07, 20 November 2014599 × 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)

There are no pages that use this file.

Metadata