Skip to content

Commit 00bbbd9

Browse files
Update src/color/p5.Color.js
Co-authored-by: Perminder Singh <[email protected]>
1 parent 71379c3 commit 00bbbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/color/p5.Color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ class Color {
635635
* an array of color components, or a CSS color string. Depending on value,
636636
* when colorMode() is set a HSB value, this function will returns the
637637
* brightness value within the current range. By default, this function will return
638-
* the HSB brightness within the range 0 - 100.
638+
* the HSB brightness within the range 0100.
639639
*/
640640

641641
_getBrightness(max=[0, 100]) {

0 commit comments

Comments
 (0)