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

    Type Alias PaletteDynamicOptions

    Options for dynamic palette.

    type PaletteDynamicOptions = {
        darkHueShift: number;
        darkTarget: Hsl;
        lightHueShift: number;
        lightTarget: Hsl;
        saturationBoostDark?: number;
        saturationCutLight?: number;
        useSourceHue: boolean;
    }
    Index

    Properties

    darkHueShift: number

    Degrees to shift hue in shadows.

    darkTarget: Hsl

    The dark target.

    lightHueShift: number

    Degrees to shift hue in lights.

    lightTarget: Hsl

    The light target.

    saturationBoostDark?: number

    How strong push saturation in shadows? (0-100)

    saturationCutLight?: number

    How much desaturate lights? (0-100)

    useSourceHue: boolean

    Whether to avoid using the target hue.