Method: Color::HSL#html

Defined in:
lib/extensions/pdf-writer/color/hsl.rb

#htmlObject

Present the colour as an HTML/CSS colour string.



52
53
54
# File 'lib/extensions/pdf-writer/color/hsl.rb', line 52

def html
  to_rgb.html
end