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