Object
Fill class with solid monochromatic color
# File lib/rmagick_internal.rb, line 1939 def initialize(bgcolor) @bgcolor = bgcolor end
# File lib/rmagick_internal.rb, line 1943 def fill(img) img.background_color = @bgcolor img.erase! end