function setup() { createCanvas(400, 400); } function draw() { background(10,120,100); ellipse(200, 0, 100, 120); }