Skip to content

Commit 6af5d3e

Browse files
Update src/color/p5.Color.js
Co-authored-by: Perminder Singh <[email protected]>
1 parent 8677f2b commit 6af5d3e

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
@@ -632,7 +632,7 @@ class Color {
632632
}
633633
/**
634634
* Brightness obtains the HSB brightness value from either a p5.Color object,
635-
* an array of color components, or a CSS color string.Depending on value,
635+
* 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 in the range. By default, this function will return
638638
* the HSB brightness within the range 0 - 100.

0 commit comments

Comments
 (0)