
This image was created using Processing Beta 1.0
________________________________________________________________________
//size(screen.width, screen.height);background(50, 150, 200);size(500,500);stroke(255, 255, 255); //color RGB + opacity
strokeWeight(2);line(300, 0, 300, 500);stroke (0,0,0);strokeWeight(5);line (310, 0 , 310, 500);stroke(20, 50, 200);fill(250, 250, 0);rect(0,0, 200, 400);stroke(0,0,0,255);line(60, 0,60, 500);strokeWeight(3);fill(100, 250, 0);stroke(20, 50, 200);rect(100,200, 300, 230);
strokeWeight(1);stroke(0,0,0);fill(255,255,255, 120);
ellipse(300,100, 300, 150);
strokeWeight(2);stroke(0,0,0);fill(255,255,255, 150);
ellipse(400,200, 200, 150);
strokeWeight(3);stroke(0,0,0);fill(255,255,255, 200);
ellipse(300,400, 150, 150);strokeWeight(1);
strokeWeight(2);fill(255,255,255, 100);arc(100, 200, 200, 200, 1, PI/2);
strokeWeight(3);fill(255,255,255, 100);arc(110, 200, 700 ,500, 1, PI/2);
strokeWeight(5);fill(255,255,255, 100);arc(120, 200, 1000 ,600, 1, PI/2);
strokeWeight(2);line(300, 0, 300, 500);stroke (0,0,0);strokeWeight(5);line (310, 0 , 310, 500);stroke(20, 50, 200);fill(250, 250, 0);rect(0,0, 200, 400);stroke(0,0,0,255);line(60, 0,60, 500);strokeWeight(3);fill(100, 250, 0);stroke(20, 50, 200);rect(100,200, 300, 230);
strokeWeight(1);stroke(0,0,0);fill(255,255,255, 120);
ellipse(300,100, 300, 150);
strokeWeight(2);stroke(0,0,0);fill(255,255,255, 150);
ellipse(400,200, 200, 150);
strokeWeight(3);stroke(0,0,0);fill(255,255,255, 200);
ellipse(300,400, 150, 150);strokeWeight(1);
strokeWeight(2);fill(255,255,255, 100);arc(100, 200, 200, 200, 1, PI/2);
strokeWeight(3);fill(255,255,255, 100);arc(110, 200, 700 ,500, 1, PI/2);
strokeWeight(5);fill(255,255,255, 100);arc(120, 200, 1000 ,600, 1, PI/2);
___________________________________________________________________________
No comments:
Post a Comment