williamngan/pts

Color.rgb and Color.rgba returns improperly formatted strings

prkirby opened this issue · 1 comments

Its a minor issue, but when calling Color.rgb or Color.rgba, the resulting string is missing the closing parentheses. IE rgb(0,0,0 instead of rgb(0,0,0)

@williamngan I can make a quick PR for this one if you'd like.

Ooops, that's embarrassing. 😅 Thanks for catching this. If you can send a PR, that would be great. Thanks @prkirby !