@OPEN-KAPPA/COLORS
    Preparing search index...

    Type Alias ColorUnit

    ColorUnit: "%" | "°" | "1" | "N" | "255"

    Qualitative color unit. Maps CSS units and adds some more.

    Type Declaration

    • "%"

      Percentage.

    • "°"

      Angle in degrees

    • "1"

      A number in the ragne 0-1.

    • "N"

      A possibly unboud number

    • "255"

      A number in the range 0-255.