Skip to content

Commit 5917779

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

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
@@ -1015,7 +1015,7 @@ p5.prototype.colorMode = function(mode, max1, max2, max3, maxA) {
10151015
* with each value in the range from 0 to 255.
10161016
*
10171017
* The version of `fill()` with four parameters interprets them as `RGBA`, `HSBA`,
1018-
* or HSLA colors, depending on the current <a href="#/p5/colorMode">colorMode()</a>. The last parameter
1018+
* or `HSLA` colors, depending on the current <a href="#/p5/colorMode">colorMode()</a>. The last parameter
10191019
* sets the alpha (transparency) value.
10201020
*
10211021
* @method fill

0 commit comments

Comments
 (0)