// Clears resources associated with the wand func (pw *PixelWand) Clear() { C.ClearPixelWand(pw.pw) }
// Clears resources associated with the wand. func (p *PixelWand) Clear() { C.ClearPixelWand(p.wand) }