class Magick::SolidFill

def fill(img)

def fill(img)
  img.background_color = @bgcolor
  img.erase!
end