The library to resolve color palette for SixLabors.ImageSharp images.
This is a ported project of Color Thief
var colorThief = new ColorThief();
colorThief.GetColor(sourceImage);
In this example, we build an 8 color palette.
var colorThief = new ColorThief();
colorThief.GetPalette(sourceImage, 8);