-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Adding color as a proper option type #1967
Conversation
mwestphal
commented
Feb 4, 2025
•
edited
Loading
edited
- Add a std::array based color_t in types.h
- Use it for apropriate options
- Add testing
- Update doc
You are modifying libf3d public API! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1967 +/- ##
==========================================
- Coverage 95.62% 95.61% -0.02%
==========================================
Files 125 125
Lines 10022 10063 +41
==========================================
+ Hits 9584 9622 +38
- Misses 438 441 +3 ☔ View full report in Codecov by Sentry. |
Co-authored-by: snoyer <[email protected]>
48c5ae4
to
b22586b
Compare
b22586b
to
2ef0890
Compare