prominentcolor icon indicating copy to clipboard operation
prominentcolor copied to clipboard

golang package to find the K most dominant/prominent colors in an image

Results 2 prominentcolor issues
Sort by recently updated
recently updated
newest added

The following image produce the incorrect result: **Failed, no non-alpha pixels found (either fully transparent image, or the ColorBackgroundMask removed all pixels)** ``` resizeSize := uint(prominentcolor.DefaultSize) bgmasks := []prominentcolor.ColorBackgroundMask{prominentcolor.MaskWhite} colours,...

Hi, Can you please make `ColorRGB` to implement golang color.Color interface?