Skip to content

Commit 5d5967b

Browse files
1 parent cfc17d3 commit 5d5967b

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
@@ -1000,7 +1000,7 @@ p5.prototype.colorMode = function(mode, max1, max2, max3, maxA) {
10001000
* @param {Number} v1 red value if color mode is RGB or hue value if color mode is HSB.
10011001
* @param {Number} v2 green value if color mode is RGB or saturation value if color mode is HSB.
10021002
* @param {Number} v3 blue value if color mode is RGB or brightness value if color mode is HSB.
1003-
* @param {Number} [alpha]
1003+
* @param {Number} [alpha] optional alpha value, controls transparency (0 - transparent, 255 - opaque)
10041004
* @chainable
10051005
* @example
10061006
* <div>

0 commit comments

Comments
 (0)