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