I did a little bit of processing and now in p5js I’m trying to tint a shape using tint(); but it won’t work, how should I tint it?
Hello,
I gave this a try…
I looked into the references for tint() and then texture() on the https://p5js.org/ site.
And then the examples…
I was able to tint an image and then use that to texture a box().
There are other options to color a shape:
https://p5js.org/reference/#group-Color
:)