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