File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1384,11 +1384,11 @@ function creatingReading(p5, fn){
13841384 * values. 0 is equal to the first color, 0.1 is very near the first color,
13851385 * 0.5 is halfway between the two colors, and so on. Negative numbers are set
13861386 * to 0. Numbers greater than 1 are set to 1. This differs from the behavior of
1387- * <a href="#/lerp">lerp</a>. It's necessary because numbers outside of the
1387+ * <a href="#/p5/ lerp">lerp</a>. It's necessary because numbers outside of the
13881388 * interval [0, 1] will produce strange and unexpected colors.
13891389 *
13901390 * The way that colors are interpolated depends on the current
1391- * <a href="#/colorMode">colorMode()</a>.
1391+ * <a href="#/p5/ colorMode">colorMode()</a>.
13921392 *
13931393 * @method lerpColor
13941394 * @param {p5.Color } c1 interpolate from this color.
You can’t perform that action at this time.
0 commit comments