@skchr/color
    Preparing search index...

    Type Alias ImpressionistOptions

    ImpressionistOptions: InterpolatorOptions & {
        blueShadows?: boolean;
        technique?: "broken" | "optical";
        timeOfDay?: "morning" | "noon" | "evening" | "dusk";
    }

    Options for the impressionist() palette generator function.

    Type declaration

    • OptionalblueShadows?: boolean

      Use blue for shadows instead of black.

      true
      
    • Optionaltechnique?: "broken" | "optical"

      Color application technique.

      • 'broken': Short brushstrokes that blend visually
      • 'optical': Pointillism-style (Seurat, Signac)
    • OptionaltimeOfDay?: "morning" | "noon" | "evening" | "dusk"

      Time of day for light quality.