# File lib/color/hsl.rb, line 164
  def h=(hh)
    @h = Color.normalize(hh)
  end