void setup() { size(800, 200); noStroke() ; } void draw() { background(#EECCCC) ; fill(#4444CC) ; ellipse(0, 0, 100, 100) ; }