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