export function hslaString(hslcolor) {
    if (hslcolor.a !== undefined) {
        return (
            "hsla(" +
            hslcolor.h +