pixelSetFuzz method

void pixelSetFuzz(
  1. double fuzz
)

PixelSetFuzz() sets the fuzz value of the pixel wand.

Implementation

void pixelSetFuzz(double fuzz) =>
    _magickWandBindings.PixelSetFuzz(_wandPtr, fuzz);