Allow user settable weights for CIEDE2000
This adds a third parameter to Color::getDifference(ColorInterface $color, ColorInterface $compareColor, array $weights)
to specify custom weights to use when comparing colors. The parameter needs to be a tuple of 3 floats with [1, 1, 1]
being the default.
Thank you @chamby