How to Use Color Thief With UWP
问题 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? 回答1: It is right that the GetColor method of ColorThief requires a