Skip to content

Commit

Permalink
Added Happy- & WarmGenerator examples
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jun 8, 2018
1 parent 99ae991 commit 249280a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/palettes/main.go
Expand Up @@ -50,6 +50,10 @@ func main() {
palette("similarhue", cc)
cc, _ = gamut.Generate(cells, gamut.PastelGenerator{})
palette("pastel", cc)
cc, _ = gamut.Generate(cells, gamut.HappyGenerator{})
palette("happy", cc)
cc, _ = gamut.Generate(cells, gamut.WarmGenerator{})
palette("warm", cc)

// angular
palette("triadic", gamut.Triadic(c))
Expand Down

0 comments on commit 249280a

Please sign in to comment.