netbeast / colorsys

:art: Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
http://getyeti.co
MIT License
57 stars 16 forks source link

Fix hsv2Rgb when object is passed in #4

Closed BrendanBerkley closed 8 years ago

BrendanBerkley commented 8 years ago

Sorry to do this piecemeal - just working on it as I go!

pablopi commented 8 years ago

You are welcome :) I want to expand the library to other formats, do you specially miss any format?

BrendanBerkley commented 8 years ago

I'd be interested in CMYK approximations, but I understand that it's difficult to do that.

luisfpinto commented 8 years ago

I have added rgb2cmyk and cmyk2rgb here https://github.com/netbeast/colorsys/pull/5

Other functions are pretty straight forward