You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run this, it detects the color which is different in the shade. The color which I am expecting ( RGB(0, 150, 209) ) is not being detected by color-thief.
I might be doing something wrong. But couldn't figure it out.
The text was updated successfully, but these errors were encountered:
I had a similar issue a while ago, when trying to detect the dominant color of an image the value returned would always be a little off, unfortunately I couldn't find a solution that would not involve rewriting the entire code.
It's sad but apparently color-thief is no longer actively maintained.
Hi,
I have this sample code that detects color using color-thief
https://jsfiddle.net/spidercode/k6Lumq8y/1/
when I run this, it detects the color which is different in the shade. The color which I am expecting ( RGB(0, 150, 209) ) is not being detected by color-thief.
I might be doing something wrong. But couldn't figure it out.
The text was updated successfully, but these errors were encountered: