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 1c5e4c4 commit d98c767Copy full SHA for d98c767
src/color/p5.Color.js
@@ -344,9 +344,9 @@ class Color {
344
* more details is returned. The details object will include the calculated
345
* contrast value of the colors and different passing criteria.
346
*
347
- * For more details about color contrast, you can checkout this page from
348
- * color.js. The WebAIM color contrast checker is a good tool to check out as
349
- * well.
+ * For more details about color contrast, you can check out
+ * <a href="https://colorjs.io/docs/contrast">this page from color.js</a>, and the
+ * <a href="https://webaim.org/resources/contrastchecker/">WebAIM color contrast checker.</a>
350
351
* @param {Color} other
352
* @returns {boolean|object}
0 commit comments