# File lib/captcha.rb, line 159
    def clear_background
      white = colorResolve( 255, 255, 255 )
      filledRectangle( 0, 0, width, height, white )
    end