Macarena Caro ; pizarra y objeto
De Casiopea
Título | Macarena Caro ; Pizarra y objeto |
---|---|
Tipo de Proyecto | Proyecto de Curso |
Palabras Clave | tarea 6 |
Período | 2012- |
Asignatura | Taller Inicial 1ª y 2ª Etapa, |
Del Curso | Imagen Escrita 2012, |
Carreras | Diseño Gráfico, Diseño Industrial |
Alumno(s) | Macarena Valentina Caro Cortes |
Profesor | Herbert Spencer |
float a; float b; float c; float diam; float x; float y; void setup() {
size(700,700); background(#5F246C);smooth();}
void draw() {
a = random(#FEFF0D);//Colores// b = random(340); c = random(200); diam = random(800);// Diametro// x = random(width); y = random(width);
noStroke();
fill(a,b,c); ellipse(x,y,y,x);}