pixelGetColorCount method

int pixelGetColorCount()

PixelGetColorCount() returns the color count associated with this color.

Implementation

int pixelGetColorCount() => _magickWandBindings.PixelGetColorCount(_wandPtr);