Skip to content

Commit 75f1932

Browse files
authored
Update src/color/setting.js
1 parent 237498e commit 75f1932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/color/setting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ p5.prototype.colorMode = function(mode, max1, max2, max3, maxA) {
10141014
* <a href="#/p5/colorMode">colorMode()</a>. The default color space is RGB,
10151015
* with each value in the range from 0 to 255.
10161016
*
1017-
* The version of `fill()` with four parameters interprets them as RGBA, HSBA,
1017+
* The version of `fill()` with four parameters interprets them as `RGBA`, `HSBA`,
10181018
* or HSLA colors, depending on the current <a href="#/p5/colorMode">colorMode()</a>. The last parameter
10191019
* sets the alpha (transparency) value.
10201020
*

0 commit comments

Comments
 (0)