It would be nice to have the Color class supported in WebUI events from Lua to JS, by converting it on the JS side either to a
"rgba(r, g, b, a)"
string, or to a
{r = r, g = g, b = b, a = a}
table