Author Archives: xrenox

Homework 1.2 part 2 by Reno Abraham

void setup(){ size(400,400); noStroke(); fill(250,0,0); rect(0,0,200,200); fill(0,0,250); rect(0,200,200,200); fill(0,250,0); rect(200,0,200,200); fill(153); rect(200,200,200,200); stroke(0); strokeWeight(4); fill(255,255,255,210); ellipse(200,200,100,100); // size of the pixels // make the rectangle have no outline // rectangle on the left corner and color red // another rectangle … Continue reading

Posted in Uncategorized | Leave a comment

Posted in Uncategorized | Leave a comment

Hello

Yes, Reno Abraham is alive

Posted in Uncategorized | 1 Comment