PixelWand.newPixelWand constructor
      
      PixelWand.newPixelWand()
     
    
NewPixelWand() returns a new pixel wand.
Implementation
factory PixelWand.newPixelWand() =>
    PixelWand._(_magickWandBindings.NewPixelWand());
NewPixelWand() returns a new pixel wand.
factory PixelWand.newPixelWand() =>
    PixelWand._(_magickWandBindings.NewPixelWand());