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

    Type Alias Color

    Color:
        | { space: "rgb"; value: RGB }
        | { space: "hsl"; value: HSL }
        | { space: "hsv"; value: HSV }
        | { space: "lab"; value: LAB }
        | { space: "oklch"; value: OKLCH }
        | { space: "hex"; value: Hex }

    Discriminated union of every supported color representation.

    Switch on space to narrow value to the matching shape — RGB, HSL, HSV, LAB, OKLCH, or Hex.