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