-
Notifications
You must be signed in to change notification settings - Fork 12
color harmonie node #631
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
base: master
Are you sure you want to change the base?
color harmonie node #631
Conversation
🦋 Changeset detectedLatest commit: b707dfe The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
PR Type
Enhancement, Tests
Description
Introduced a new
Color Harmoniesnode for generating harmonious color combinations.Supports multiple harmony types: analogous, complementary, split-complementary, triadic, and tetradic.
Added comprehensive tests for all harmony types and edge cases.
Ensures preservation of saturation, lightness, and alpha values in generated colors.
Changes walkthrough 📝
harmonies.ts
Introduced `Color Harmonies` node with harmony generation logicpackages/graph-engine/src/nodes/color/harmonies.ts
Color Harmoniesnode for generating harmonious colorcombinations.
index.ts
Registered `Color Harmonies` node in indexpackages/graph-engine/src/nodes/color/index.ts
Color Harmoniesnode in the color nodes index.harmonies.test.ts
Added tests for `Color Harmonies` node functionalitypackages/graph-engine/tests/suites/nodes/color/harmonies.test.ts
split-complementary, triadic, and tetradic.
strong-rules-push.md
Added changeset for `Color Harmonies` node.changeset/strong-rules-push.md
Color Harmoniesnode.