PixelWand.newPixelWand constructor

PixelWand.newPixelWand()

NewPixelWand() returns a new pixel wand.

Implementation

factory PixelWand.newPixelWand() =>
    PixelWand._(_magickWandBindings.NewPixelWand());