Fallback Generator

This field chooses a method to use when the gathered colors aren't enough:

NameDescription
interpolation(default) Tries to pick two colors and built gradients over them
complementaryUses the complementary colors of two colors, or more (if needed), colors.

To edit this value:

  • Config file: fallback_generator = "complementary"
  • Cli: wallust run image.png --fallback-generator complementary