webdesserts / alchemist-js

The extensible color library
https://webdesserts.gitbooks.io/alchemist-js/
MIT License
11 stars 2 forks source link

color.as() should silently pass through color when already converted #13

Closed webdesserts closed 9 years ago

webdesserts commented 9 years ago

alchemist.rgb(25, 25, 25).as('rgb') Should just pass the color straight through. Right now it throws an error.