Improve support for `rgba` strings
This release adds full support for rgba
strings. It was mostly working before, but now rgba
strings will have integer values instead of decimals for the rgb
parts.
Thanks to @hoomanaskari for bringing attention to this!