processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.11k stars 3.22k forks source link

lerpColor doesn't support list based colors despite other functions supporting it #6953

Open RandomGamingDev opened 2 months ago

RandomGamingDev commented 2 months ago

Increasing access

Adding list support for lerpColor would help it to better fit in with the other functions as well as increase the ease of use when interacting with other libraries or dealing with list based colors in general (list based colors are often in of themselves easier to interact with, especially considering how easy they are to use as constants).

Most appropriate sub-area of p5.js?

Feature enhancement details

Add list support for lerpColor