Ejemplo n.º 1
0
// Clears resources associated with the wand
func (pw *PixelWand) Clear() {
	C.ClearPixelWand(pw.pw)
}
Ejemplo n.º 2
0
// Clears resources associated with the wand.
func (p *PixelWand) Clear() {
	C.ClearPixelWand(p.wand)
}