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

    Type Alias PaletteSoftOptions

    Options for soft palette.

    type PaletteSoftOptions = {
        darkHueShift: number;
        darkTarget: Hwb;
        lightHueShift: number;
        lightTarget: Hwb;
        useSourceHue: boolean;
    }
    Index

    Properties

    darkHueShift: number

    Degrees to shift hue in shadows

    darkTarget: Hwb

    The dark target.

    lightHueShift: number

    Degrees to shift hue in lights

    lightTarget: Hwb

    The light target.

    useSourceHue: boolean

    Whether to avoid using the target hue.