Macarena Caro ; pizarra y objeto

De Casiopea
Macarena Caro ; Pizarra y objeto


TítuloMacarena Caro ; Pizarra y objeto
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 6
Período2012-
AsignaturaTaller Inicial 1ª y 2ª Etapa,
Del CursoImagen Escrita 2012,
CarrerasDiseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Macarena Valentina Caro Cortes
ProfesorHerbert 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);}