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