export const hsi = <ColorFactory<HSI>>defColor({
    mode: "hsi",
    channels: { h: { hue: true } },
    order: <const>["h", "s", "i", "alpha"],
    from: { rgb: rgbHsi, srgb: rgbHsi, lch: [lchLab, labRgb, rgbSrgb, rgbHsi] },