library deltae
Delta E color closeness algorithm
bigwhoop/deltae
Delta E color closeness algorithm
- Tuesday, March 3, 2015
- by bigwhoop
- Repository
- 1 Watchers
- 1 Stars
- 60 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Delta E color closeness algorithm
, (*1)
Composer-ready port of https://github.com/renasboy/php-color-difference with some more sugar., (*2)
Installation
composer require "bigwhoop/deltae":"~1"
Usage
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);
License
See LICENSE file., (*3)
dev-master
9999999-dev
Delta E color closeness algorithm
Sources
Download
MIT
The Requires
The Development Requires
1.0.1
1.0.1.0
Delta E color closeness algorithm
Sources
Download
MIT
The Requires
The Development Requires
1.0.0
1.0.0.0
Delta E color closeness algorithm
Sources
Download
MIT
The Requires
The Development Requires