Method: ColorLib::HSL#html

Defined in:
lib/color_lib/hsl.rb

#htmlObject

Present the colour as an HTML/CSS colour string.



40
41
42
# File 'lib/color_lib/hsl.rb', line 40

def html
  to_rgb.html
end