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

    Type Alias PaletteMixOptions<C>

    Options for mix palette.

    type PaletteMixOptions<C extends Color> = {
        darkTarget: C;
        lightTarget: C;
        useSourceHue: boolean;
    }

    Type Parameters

    Index

    Properties

    darkTarget: C

    The dark target.

    lightTarget: C

    The light target.

    useSourceHue: boolean

    Whether to avoid using the target hue.