# File lib/color/hsl.rb, line 199
  def l=(ll)
    @l = Color.normalize(ll)
  end