We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077872e commit eb27251Copy full SHA for eb27251
src/color/creating_reading.js
@@ -361,7 +361,7 @@ p5.prototype.hue = function(c) {
361
/**
362
* Blends two colors to find a third color somewhere between them. The amt
363
* 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
+ * is equal to the first color, 0.1 is very near the first color, 0.5 is halfway
365
* in between, etc. An amount below 0 will be treated as 0. Likewise, amounts
366
* above 1 will be capped at 1. This is different from the behavior of <a href="#/p5/lerp">lerp()</a>,
367
* but necessary because otherwise numbers outside the range will produce
0 commit comments