martes, 21 de mayo de 2019

7 ENTRADA

Para colorear este dibujo usamos los códigos de fill y background y listo.

CÓDIGO UTILIZADO:
--------------------------------------------------------------------------------------------------------------------------
background(100, 220, 250);
fill(52, 201, 99);
rect(0, 300, 400, 100); 
fill(255, 234, 0);

ellipse(80, 64, 100, 100); 
fill(230, 230, 230);

ellipse(200, 300, 150, 150);
ellipse(200, 200, 100, 100);
ellipse(200, 120, 75, 75);
fill(245, 44, 44);
--------------------------------------------------------------------------------------------------------------------------

No hay comentarios:

Publicar un comentario