# File lib/gruff/base.rb, line 894
    def render_gradiated_background(top_color, bottom_color)
      Image.new(@columns, @rows,
      GradientFill.new(0, 0, 100, 0, top_color, bottom_color))
    end