mixable.blog
PHP ColorUtils | mixable Blog
A neat collection of useful methods to convert colors between different color spaces is available on GitHub (MIT License). It can convert any values between RGB, HSL, CMYK, YUV and HEX colors.I created a ready-to-use php class out of this method collection:https://github.com/mixable/color-utilsUsageThe methods itself are mostly self-explaining. To use the class, just include the php […]
Mathias Lipowski