@standardbeagle/ux-core - v0.1.0
    Preparing search index...

    Type Alias ColorSpace

    ColorSpace: "rgb" | "hsl" | "hsv" | "lab" | "oklch" | "hex"

    Discriminator union of supported color spaces.

    Used as the space tag on the Color discriminated union so consumers can switch on a single string instead of inspecting object shape.