isPixelWand method
IsPixelWand() returns true if the wand is verified as a pixel wand.
Implementation
bool isPixelWand() => _magickWandBindings.IsPixelWand(_wandPtr).toBool();
IsPixelWand() returns true if the wand is verified as a pixel wand.
bool isPixelWand() => _magickWandBindings.IsPixelWand(_wandPtr).toBool();