void draw() { background(0); fill(mouseX * 2); ellipse(width/2, height/2, mouseY * 2, mouseY * 2); }