Method: Color::HSL#html

Defined in:
lib/color/hsl.rb

#htmlObject

Present the colour as an HTML/CSS colour string.



31
32
33
# File 'lib/color/hsl.rb', line 31

def html
  to_rgb.html
end