Skip to content

Commit eb27251

Browse files
authored
Moved fix to proper file
Fixed file accidentally added to root, now fix is added here on line 364
1 parent 077872e commit eb27251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/color/creating_reading.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ p5.prototype.hue = function(c) {
361361
/**
362362
* Blends two colors to find a third color somewhere between them. The amt
363363
* parameter is the amount to interpolate between the two values where 0.0
364-
* equal to the first color, 0.1 is very near the first color, 0.5 is halfway
364+
* is equal to the first color, 0.1 is very near the first color, 0.5 is halfway
365365
* in between, etc. An amount below 0 will be treated as 0. Likewise, amounts
366366
* above 1 will be capped at 1. This is different from the behavior of <a href="#/p5/lerp">lerp()</a>,
367367
* but necessary because otherwise numbers outside the range will produce

0 commit comments

Comments
 (0)