jfairbank / chroma

Ruby gem for color manipulation and palette generation
ISC License
232 stars 29 forks source link

Generated palette should use the same format as the seed color #16

Closed jfairbank closed 9 years ago

jfairbank commented 9 years ago
irb(main):010:0> 'red'.paint.palette.triad
=> [hsl(0, 100%, 50%), hsl(120, 100%, 50%), hsl(240, 100%, 50%)]

:x: :x: :x:

jfairbank commented 9 years ago

Fixed in first-release branch.