mysticsymbolic / mysticsymbolic.github.io

Fun with procedurally generated visionary art!
https://mysticsymbolic.art/
Other
52 stars 11 forks source link

palette algorithm with 3 random hues #193

Closed ninapaley closed 3 years ago

ninapaley commented 3 years ago

Right now the default "threevals" palette algorithm picks a hue at random, sets a second hue x degrees away, and picks a third hue 180° from the midpoint between them. @mittimithai can you make a branch wherein you duplicate the threevals algorithm but ditch the hue angles (but keep the values part!), and just use 3 random hues? As soon as you submit a pull request I should be able to see whether it works better than what we have now.

mittimithai commented 3 years ago

Take a look at: https://deploy-preview-194--quizzical-swanson-c06190.netlify.app/

ninapaley commented 3 years ago

@mittimithai Thanks! Yes! I like "randhue" in addition to "threevals". @toolness can you check this and merge if appropriate?

toolness commented 3 years ago

Oh #194 was merged! Closing this.