VL.ColorBlender

hello again all,

digging color related stuff these days, so here’s another one : VL.ColorBlender, a VL implementation of the ColorBlender library.

splash

it has several algorithm that allows to compute harmonious color palettes from a single color input :

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

the nuget comes with a small demo app that cycles through all available algorithms, and a simple patch that shows the nodes in action.

to install, head over to the command line and type

nuget install VL.ColorBlender -pre

source of the nuget is here.

enjoy!

5 Likes