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

    Type Alias LinearColorOpts

    Options for linear interpolation.

    type LinearColorOpts = {
        alphaMixer: AlphaMixerFn;
        hueMethod: HueMethod;
        mixSpace: ColorConstructor<Color> | "preserve";
    }
    Index

    Properties

    alphaMixer: AlphaMixerFn

    Alpha mixing function. Default is linear.

    hueMethod: HueMethod

    Hue interpolation method. Default is shorter.

    mixSpace: ColorConstructor<Color> | "preserve"

    The mixing space. Default is preserve.