Compare commits
1 Commits
main
...
feature-ch
Author | SHA1 | Date | |
---|---|---|---|
|
4f1e73d498 |
@ -68,7 +68,6 @@ function parse_histogram(convert_out) {
|
|||||||
|
|
||||||
function colour_visible(hist, colour) {
|
function colour_visible(hist, colour) {
|
||||||
const hexcolour = colour.formatHex().toUpperCase();
|
const hexcolour = colour.formatHex().toUpperCase();
|
||||||
console.log(colour, hexcolour, hist.get(hexcolour));
|
|
||||||
return hist.get(hexcolour) > VISIBLE_DOG;
|
return hist.get(hexcolour) > VISIBLE_DOG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user