Method: ColorLib::CMYK#html

Defined in:
lib/color_lib/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.



73
74
75
# File 'lib/color_lib/cmyk.rb', line 73

def html
  to_rgb.html
end