x
 
1
function setup() {
2
  createCanvas(100, 100);
3
}
4
5
function draw() {
6
  background(255, 0, 200);
7
}