what is PixelSetColorCount?
what is PixelSetColorCount?
In MagickWand, what is PixelSetColorCount? Does it set the index of the color within some palette, or... ?
Re: what is PixelSetColorCount?
All MagickWand methods are symmetric. PixelGetColorCount() is useful for returning the color count after you generate a histogram with MagickGetImageHistogram(). MagickGetImageHistogram() utilizes the PixelSetColorCount() method to set the count of a particular color. A user might call PixelSetColorCount() for there own custom histogram-like algorithms.