Skip to content

Commit ab5843c

Browse files
author
Lauren McCarthy
committed
Merge branch 'master' of github.com:processing/p5.js
2 parents 8bd01c1 + fecb978 commit ab5843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/color/creating_reading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ p5.prototype.brightness = function(c) {
140140
* @param {Number|String} gray number specifying value between white
141141
* and black.
142142
* @param {Number} [alpha] alpha value relative to current color range
143-
* (default is 0-100)
143+
* (default is 0-255)
144144
* @return {Array} resulting color
145145
*
146146
* @example

0 commit comments

Comments
 (0)