ixfx
    Preparing search index...

    Type Alias ColourInterpolationOpts

    Options for interpolation

    type ColourInterpolationOpts = {
        direction: "longer" | "shorter";
        space: ColourSpaces;
    }
    Index

    Properties

    Properties

    direction: "longer" | "shorter"