function setup() { createCanvas(400, 400); } function draw() { background(1,0,200,); ellipse(200,200,90,90) }