pixelSetColorCount method

void pixelSetColorCount(
  1. int colorCount
)

PixelSetColorCount() sets the color count of the pixel wand.

Implementation

void pixelSetColorCount(int colorCount) =>
    _magickWandBindings.PixelSetColorCount(_wandPtr, colorCount);