@skchr/color
    Preparing search index...

    Type Alias VangoghOptions

    VangoghOptions: InterpolatorOptions & {
        contrast?: "subtle" | "medium" | "bold";
        period?: "netherlands" | "paris" | "arles";
    }

    Options for the vangogh() palette generator function.

    Type declaration

    • Optionalcontrast?: "subtle" | "medium" | "bold"

      Intensity of complementary contrast.

    • Optionalperiod?: "netherlands" | "paris" | "arles"

      The artistic period to emulate.

      • 'netherlands': Dark, muted colors (1883-1886)
      • 'paris': Lighter, more saturated (1886-1888)
      • 'arles': Vibrant yellows, deep blues (1888-1889)