Skip to content

Commit

Permalink
Cast a hex
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcintyre committed Jun 21, 2023
1 parent 42bf862 commit c6ec6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/color/creating_reading.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ p5.prototype.brightness = function(c) {
*
* <div>
* <code>
* // CSS hexadecimal color codes.
* // CSS hex color codes.
* noStroke();
* let c = color('#0f0');
* fill(c);
Expand Down

0 comments on commit c6ec6b1

Please sign in to comment.