Method: Color::CMYK#html

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

#htmlObject

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