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