Skip to content

Commit 9df7595

Browse files
authored
fixing setAlpha
1 parent ade54ac commit 9df7595

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
@@ -492,7 +492,7 @@ class Color {
492492
* }
493493
* </code>
494494
* </div>
495-
**/
495+
*/
496496
setAlpha(new_alpha, max=[0, 1]) {
497497
if(!Array.isArray(max)){
498498
max = [0, max];

0 commit comments

Comments
 (0)