JuulLabs / krayon

Cross platform (Android, iOS & JavaScript) canvas library.

Home Page:https://juullabs.github.io/krayon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide conversion from CSS style/formatted colors to 'Color'

twyatt opened this issue · comments

When the time comes though, how do you feel about simply fun String.toColor()?

Originally posted by @cedrickcooke in #21 (comment)

Implemented for built in color names and for hex notation (#rgb, etc). Does not yet support rgb(...) or other function-like forms.