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

    Type Alias Interpolator<C>

    Interpolator: (t: number) => C

    A function that maps a normalized value t (0-1) to a Color. This matches both DataViz.sequential(...) and Generator.scale(...).

    Type Parameters

    Type Declaration

      • (t: number): C
      • Parameters

        • t: number

        Returns C