Question

I am trying to automatically generate a bunch of images all containing a border, a fill and a text label within.

I am using a script to generate a svg file that I subsequently rasterize using batik

I'm looking for either

  • an algorithm to generate distinct color sets that go together
  • or a pre-canned set of colors that someone has put together

Pointers appreciated

Was it helpful?

Solution 2

I came across sassafras that provides a good building block

https://github.com/teejayvanslyke/sassafras

and it references

http://www.tigercolor.com/color-lab/color-theory/color-theory-intro.htm

to help with color theory

OTHER TIPS

I have used this online colour scheme generator for "quick fixes".

http://www.colorschemer.com/online.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top