Method: Color::CMYK#html
- Defined in:
- lib/extensions/pdf-writer/color/cmyk.rb
#html ⇒ Object
Present the colour as an RGB HTML/CSS colour string (e.g., “#aabbcc”). Note that this will perform a #to_rgb operation using the default conversion formula.
85 86 87 |
# File 'lib/extensions/pdf-writer/color/cmyk.rb', line 85 def html to_rgb.html end |