Make the Similar colors detector more relax

This commit is contained in:
Gaël Métais
2021-01-12 09:57:50 +00:00
parent ea7a9811e4
commit 3123e90d5a
+1 -1
View File
@@ -5,7 +5,7 @@ var parse = require('parse-color');
var colorDiff = function() {
var COLOR_DIFF_THRESHOLD = 0.9;
var COLOR_DIFF_THRESHOLD = 0.7;
this.compareAllColors = function(data) {
debug('Starting to compare all colors...');