-
Notifications
You must be signed in to change notification settings - Fork 8
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
color harmonie node #631
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 Harmonies
node 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 logic
packages/graph-engine/src/nodes/color/harmonies.ts
Color Harmonies
node for generating harmonious colorcombinations.
index.ts
Registered `Color Harmonies` node in index
packages/graph-engine/src/nodes/color/index.ts
Color Harmonies
node in the color nodes index.harmonies.test.ts
Added tests for `Color Harmonies` node functionality
packages/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 Harmonies
node.