VL.ColorBlender

harmonious color palette algorithms


This VL plugin wraps the ColorBlender nuget, by Wiesław Šoltés.

Given an input color, it allows you to retrieve a spread of harmonious colors with different algorithms :

  • ColorMatch 5K Classic
  • ColorExplorer - “Sweet Spot Offset”
  • Single Hue
  • Complementary
  • Split-Complementary
  • Analogue
  • Triadic
  • Square

For each algorithm, you get a process node that takes an RGBA and returns a Spread<RGBA>. You’ll also find the same nodes as static operations if you enable Advanced nodes.

The nuget comes with two help patches that you can find in the help browser.

How to get it

Open VL’s command line and type

nuget install VL.ColorBlender

You can also check the pugin’s repo.