Skip to content

Commit

Permalink
Update p5.Geometry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
perminder-17 authored Oct 26, 2023
1 parent c997c45 commit 92c90d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webgl/p5.Geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ p5.Geometry = class Geometry {
this.dirtyFlags = {};
}
/**
* Removes the internal Colors of p5.Geometry.
* Using clearColors, you can use `fill()` to supply new colors before drawing each shape.
* If clearColors() is not used, the shapes will use their internal colors by ignoring `fill()`.
* Removes the internal colors of p5.Geometry.
* Using `clearColors()`, you can use `fill()` to supply new colors before drawing each shape.
* If `clearColors()` is not used, the shapes will use their internal colors by ignoring `fill()`.
*
* @method clearColors
*
Expand Down

0 comments on commit 92c90d1

Please sign in to comment.