processing/p5.js

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

RandomGamingDev opened this issue · 0 comments

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?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

Feature enhancement details

Add list support for lerpColor