We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832c0cd commit 8df0fbeCopy full SHA for 8df0fbe
1 file changed
src/color/creating_reading.js
@@ -1421,7 +1421,7 @@ p5.prototype.red = function(c) {
1421
*
1422
* Saturation is scaled differently in HSB and HSL. By default, `saturation()`
1423
* returns a color's HSL saturation in the range 0 to 100. If the
1424
- * <a href="#/colorMode">colorMode()</a> is set to HSB or HSL, it returns the
+ * <a href="#/p5/colorMode">colorMode()</a> is set to HSB or HSL, it returns the
1425
* saturation value in the given mode.
1426
1427
* @method saturation
0 commit comments