@electrovir/color - v0.0.0
    Preparing search index...

    Variable colorSpacesConst

    colorSpaces: Record<
        "rgb"
        | "lab"
        | "oklab",
        Record<
            "rgb"
            | "hsl"
            | "hwb"
            | "lab"
            | "lch"
            | "oklab"
            | "oklch",
            ColorFormatDefinition<string>,
        >,
    > = ...

    All color formats grouped by their color space.