export function rgbaString(hexcolor) {
    if (hexcolor.a !== undefined) {
        return (
            "rgba(" +
            hexcolor.r +