# File lib/sass/script/functions.rb, line 864 def saturation(color) assert_type color, :Color, :color number(color.saturation, "%") end