# File lib/sass/script/functions.rb, line 671
    def complement(color)
      adjust_hue color, Number.new(180)
    end