2017 © Pedro Peláez
 

library deltae

Delta E color closeness algorithm

image

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

The README.md

Delta E color closeness algorithm

Build Status Code Coverage Scrutinizer Code Quality, (*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)

The Versions

03/03 2015

dev-master

9999999-dev

Delta E color closeness algorithm

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

03/03 2015

1.0.1

1.0.1.0

Delta E color closeness algorithm

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

03/03 2015

1.0.0

1.0.0.0

Delta E color closeness algorithm

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires