jueves, 19 de agosto de 2010

Tarea 1



size(200, 200);
noStroke();
background(250,20,200);
fill(50,10,100);
rect(30, 10, 20, 100);
fill(50,10,130);
rect(70, 10, 20, 100);
fill(50,10,160);
rect(110, 10, 20, 100);
fill(50,10,190);
rect(150, 10, 20, 100);
fill(100,10,50);
rectMode(CENTER);
rect(60, 30, 100, 20);




size(200, 200);
noStroke();
background(0);
smooth();
ellipseMode(CORNER);
ellipse(75, 100, 50, 180);
ellipseMode(CENTER);
fill(70,0,0);
noSmooth();
ellipse(100, 100, 100, 50);
smooth();
ellipseMode(CORNERS);
fill(100,0,80);
ellipse(0, 155, 50, 200);
rectMode(CORNERS);
noFill();
strokeWeight(2);
stroke(255);
rect(0,155,50,200);





size(300, 300);
background(0);
noStroke();
fill(200,0,50);
rect(0,0,100,50);
fill(50,200, 0);
rect(100,50,100,50);
fill(0,50,200);
rect(200,100,100,50);
fill(128);
rect(0,200,300,100);

No hay comentarios:

Publicar un comentario