SwiftFrame
SwiftFrame copied to clipboard
Support rgba(...) colors
It would be nice to also allow CSS style RGB colors, in the following format which should be quite easy to parse.
rgb(255, 127, 68)
rgba(123, 82, 71, 201)