WebGL Function:
gl.clearColor()
gl.clearColor(red, green, blue, alpha);
Set the color that the “window” (canvas) is cleared
all parameters are:
floating-point values
clamped to the range
\([0,1]\)