# File lib/sass/script/functions.rb, line 703 def desaturate(color, amount) _adjust(color, amount, :saturation, 0..100, :-, "%") end