php-color icon indicating copy to clipboard operation
php-color copied to clipboard

Color utility class for PHP 5.3 that allows for easy conversion between RGB, HSV, XYZ, and Lab colorspaces, as well as color comparison

Results 3 php-color issues
Sort by recently updated
recently updated
newest added

getClosestMatch doesn't work when providing an array of Color objects. > foreach($colors as $key => $color) { if (false === ($color instanceof Color)) { $c = new Color($color); } $dist...

@hasbridge Could you tag a release for this package so it could get picked up by Packagist and Composer? https://github.com/hasbridge/php-color/releases/new