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