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.
1 parent ce5c61b commit 3be913aCopy full SHA for 3be913a
src/color/setting.js
@@ -777,7 +777,7 @@ function setting(p5, fn){
777
* <a href="#/p5.Color">p5.Color</a> objects remember the mode that they were
778
* created in. Changing modes doesn't affect their appearance.
779
*
780
- * `Single-value (Grayscale) Colors` :
+ * `Single-value (Grayscale) Colors`:
781
* When a color is specified with only one parameter (e.g., `color(g)`), p5.js will interpret it
782
* as a grayscale color. However, how that single parameter translates into a grayscale value
783
* depends on the color mode:
0 commit comments