Method: Color::CMYK#html
- Defined in:
- lib/coloration/color/cmyk.rb
#html ⇒ Object
Present the colour as an RGB HTML/CSS colour string. Note that this will perform a #to_rgb operation using the default conversion formula.
75 76 77 |
# File 'lib/coloration/color/cmyk.rb', line 75 def html to_rgb.html end |