Method: ColorLib::HSL#l

Defined in:
lib/color_lib/hsl.rb

#lObject

Returns the luminosity of the colour in the range 0.0 .. 1.0.



186
187
188
# File 'lib/color_lib/hsl.rb', line 186

def l
  @l
end