berendeanicolae / ColorSpace

C++ library for working with different color spaces, converting between color spaces and comparing colors
MIT License
137 stars 17 forks source link

Bugfix in EuclideanComparison #5

Closed yappel closed 5 years ago

yappel commented 5 years ago

In the EuclideanComparison the b channel of rgb_b is not used and the b channel of rgb_a is used twice instead.