-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tetradic Palette 🎨 #21
Tetradic Palette 🎨 #21
Conversation
Hey @isarvindone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Thanks for your contribution!
@@ -64,6 +71,21 @@ export default class Matercolor { | |||
triadicObject.primary = this.makePalette('firstTriadic', true) | |||
triadicObject.secondary = this.makePalette('secondTriadic', true) | |||
return triadicObject | |||
} else if (paletteName === 'firstTetradic') { | |||
Prefix = 'Q1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting! "Q" for "Quad" I presume?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it!
Thanks a lot for taking the time out @isarvindone ! 🥳 Feel free to publish a version whenever you want |
Hey @tavyandy97 I apologize for the delay. Was quite busy with CHI paper submissions and PhD applications. I merged the branch. Will package it into a release soon. |
Raising a PR for the issue that I raised earlier - #20
Description
Matercolors had the support for analogous and triadic colors. I thought supporting tetradic color schemes(shown in the image below) would be a good addition.
Tetradic Colors
60 degrees
in the wheel [primary
]180 degrees
in the wheel [secondary
]240 degrees
/-120 degrees
in the wheel [tertiary
]