Please add background(50); as the first line in draw(). I think this should solve your issue.
background(50);
draw()
Kf