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

Typo in the README #7

Closed GuillaumeLeclerc closed 7 years ago

GuillaumeLeclerc commented 7 years ago

I think this example is wrong (taken from the README on master)

colorsys.hsv_to_hex({ r: 255, g: 255, b: 255 }) => '#ffffff'