public Method

CMYK.html

Present the colour as an RGB HTML/CSS colour string. Note that this will perform a #to_rgb operation using the default conversion formula.

Source Code

# File color/cmyk.rb, line 75
def html
  to_rgb.html
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.