文件名称:deltae:Delta E 颜色接近度算法
文件大小:237KB
文件格式:ZIP
更新时间:2024-07-11 07:08:57
PHP
Delta E 颜色接近度算法 作曲家就绪的端口和更多的糖。 安装 composer require "bigwhoop/deltae":"~1" 用法 use Bigwhoop\DeltaE\Color; use Bigwhoop\DeltaE\DeltaE; $deltaE = new DeltaE(); $c1 = Color::fromHex('#333333'); $c2 = Color::fromHex('#666666'); $closeness = $deltaE->cie2000($c1, $c2); var_dump($closeness); 执照 请参阅许可证文件。
【文件预览】:
deltae-master
----.scrutinizer.yml(502B)
----php-cs-fixer.phar(1.15MB)
----src()
--------DeltaE.php(2KB)
--------Color.php(3KB)
----.travis.yml(308B)
----LICENSE(1KB)
----composer.lock(33KB)
----phpunit.xml(554B)
----README.md(921B)
----tests()
--------src()
--------autoload.php(49B)
----.gitignore(46B)
----composer.json(412B)