27 Kasım 2014 Perşembe

Lelo ve Processing 2




background(191,255,237);
stroke(0);
fill(244,224,190);
ellipse(250, 200, 400, 400);
stroke(0);
fill(255);
ellipse(150, 150, 70, 70);
ellipse(350, 150, 70, 70);
stroke(0);
fill(255,229,142);
ellipse(250, 220, 80, 50);
stroke(0);
fill(0,164,83);
ellipse(150, 150, 30, 30);
ellipse(350, 150, 30, 30);
stroke(0);
fill(115,0,27);
rect(150, 270, 30, 30);
rect(190, 295, 30, 30);
rect(230, 315, 30, 30);
rect(270, 295, 30, 30);
rect(310, 270, 30, 30);
stroke(0,0,0);
fill(78,43,14);
rect(120, 80, 40, 5);
rect(320, 80, 40, 5);

Lelo ve Processing