Description
This page is generated from the Processing project folder at /2016/LESSONS/lesson_01_Shapes_and_Fills/lesson_01_Shapes_Fills/lesson_01_Shapes_Fills.pde.
Archive
No companion assets were found in this sketch folder.
size (600,400); // size of the window (width, height)
background(50);
fill(#);
stroke(127,255,255);
strokeWeight(8);
ellipse(200,200,50,50);
ellipse(400,100,120,60);
fill(255,127,127);
stroke(255,127,255);
rect(300,200,150,100); This page is generated from the Processing project folder at /2016/LESSONS/lesson_01_Shapes_and_Fills/lesson_01_Shapes_Fills/lesson_01_Shapes_Fills.pde.
No companion assets were found in this sketch folder.