I'm looking to manipulate the HSL of an image using Javascript. I don't want to apply changes to the entire image at once, but rather target specific color sets like blues and yellows, similar to how it's done in Photoshop.
- What type of data structure should I use for this task?
- Are there specific formulas available for mapping these colors?
- Is there a library that could assist me with this process?
Thank you!