We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71379c3 commit 00bbbd9Copy full SHA for 00bbbd9
src/color/p5.Color.js
@@ -635,7 +635,7 @@ class Color {
635
* an array of color components, or a CSS color string. Depending on value,
636
* when colorMode() is set a HSB value, this function will returns the
637
* brightness value within the current range. By default, this function will return
638
- * the HSB brightness within the range 0 - 100.
+ * the HSB brightness within the range 0–100.
639
*/
640
641
_getBrightness(max=[0, 100]) {
0 commit comments