I loading images source from internet and I need this images dominant color. Forexample this image and then found color thief but I cant understand.
I using this method but I think it's wrong.
BitmapDecoder BMD = new BitmapDecoder("https://yt3.ggpht.com/-cYK4gMKhvV0/AAAAAAAAAAI/AAAAAAAAAAA/8znlvBw-Wos/s100-c-k-no-mo-rj-c0xffffff/photo.jpg");
var colorThief = new ColorThief();
await colorThief.GetColor(BMD);
How can I do it?
See Question&Answers more detail:os