thephpleague / color-extractor

Extract colors from an image like a human would do.

Home Page:thephpleague.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to retrieve `hsl` or `cmyk` from a color ?

shulard opened this issue · comments

Hello,

This piece of code is really cool :)
Do you think it can be interesting to add methods in the Color object to mutate from RGB to HSL or even CMYK ?

If so I can make a PR 😄

Thanks !

Hello and thanks ^^

I avoided a color object to limit the memory footprint and keep the scope narrow, so I don't plan to add such conversion methods.
That being said I'm pretty sure these methods exist in another libraries.

Thanks for your feedback 👍