# File lib/sass/script/color.rb, line 156
    def saturation
      rgb_to_hsl!
      @attrs[:saturation]
    end