Type Alias InterpolationOpts

InterpolationOpts: {
    hue:
        | "longer"
        | "shorter"
        | "increasing"
        | "decreasing"
        | "raw";
    space: Spaces;
}

Options for interpolation