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 2c56652 commit e270919Copy full SHA for e270919
src/color/p5.Color.js
@@ -24,9 +24,9 @@ import color_conversion from './color_conversion';
24
* We also cache normalized, floating-point components of the color in various
25
* representations as they are calculated. This is done to prevent repeating a
26
* conversion that has already been performed.
27
- *
+ *
28
* <a href="#/p5/color">color()</a> is the recommended way to create an instance
29
- * of this class. However, one can also create a color instace from the constructor
+ * of this class. However, one can also create a color instace from the constructor
30
* using the parameters below.
31
*
32
* @class p5.Color
0 commit comments