We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e77ad2c + b90532f commit 55d80d2Copy full SHA for 55d80d2
src/color/setting.js
@@ -14,7 +14,7 @@ require('./p5.Color');
14
15
/**
16
* The <a href="#/p5/background">background()</a> function sets the color used for the background of the
17
- * p5.js canvas. The default background is light gray. This function is
+ * p5.js canvas. The default background is transparent. This function is
18
* typically used within <a href="#/p5/draw">draw()</a> to clear the display window at the beginning
19
* of each frame, but it can be used inside <a href="#/p5/setup">setup()</a> to set the background on
20
* the first frame of animation or if the background need only be set once.
0 commit comments