qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

Add noise variation to color #82

Closed buckle2000 closed 7 years ago

buckle2000 commented 7 years ago

image

Current colors are too uniform.

Maybe we can add random variation in addition to the palette and create something like this:

default2

qrohlf commented 7 years ago

@buckle2000 the library gives you the tools to do this, just pass in your own color function. Demo: https://codepen.io/anon/pen/GMXMox

buckle2000 commented 7 years ago

Noice! Thanks for your work