@skchr/color
    Preparing search index...

    Type Alias HueshiftOptions

    HueshiftOptions: Pick<
        InterpolatorOptions,
        "colorspace"
        | "easingFn"
        | "num"
        | "tokenOptions",
    > & { hueStep?: number; maxLightness?: number; minLightness?: number }

    Options for the hueshift() palette generator function.

    Type declaration

    • OptionalhueStep?: number

      The hue angle to increment each iteration with.

    • OptionalmaxLightness?: number

      maxLightness Maximum lightness value (range 0-100).

    • OptionalminLightness?: number
      • minLightness Minimum lightness value (range 0-100).