class Magick::Image

def matte_reset!

Make all pixels transparent.
def matte_reset!
  alpha(TransparentAlphaChannel)
  self
end