etoxin / complementary-colors

Get complementary colors
MIT License
13 stars 4 forks source link

Analogous colours seem to be wrong? #6

Open cordial opened 3 years ago

cordial commented 3 years ago

Looking at the code, does rotate -30 work? Shouldnt the array return 3 different colours rather than the current two?

etoxin commented 3 years ago

It should return 3 array items. Could you please post an example of it not returning 3 colours.

cordial commented 3 years ago

sorry, yes it does return 3 items, but two of them are the same. Should they not all be distinct/different?