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