-
-
Notifications
You must be signed in to change notification settings - Fork 340
Color api rename #2606
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 api rename #2606
Conversation
WalkthroughThe pull request updates various modules to change how color space conversions are handled. In several lighting, particle, post-processing, shader, and GLTF-related files, calls to convert color values have been updated. Specifically, the conversion from gamma space is now handled via sRGB functions (using Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (11)
🧰 Additional context used🪛 GitHub Check: codecov/patchpackages/loader/src/gltf/extensions/KHR_materials_volume.ts[warning] 18-20: packages/loader/src/gltf/extensions/KHR_materials_volume.ts#L18-L20 packages/core/src/shader/ShaderUniform.ts[warning] 47-48: packages/core/src/shader/ShaderUniform.ts#L47-L48 packages/core/src/particle/modules/ParticleGradient.ts[warning] 165-167: packages/core/src/particle/modules/ParticleGradient.ts#L165-L167 packages/loader/src/gltf/extensions/KHR_materials_sheen.ts[warning] 16-18: packages/loader/src/gltf/extensions/KHR_materials_sheen.ts#L16-L18 packages/math/src/Color.ts[warning] 364-365: packages/math/src/Color.ts#L364-L365 [warning] 369-370: packages/math/src/Color.ts#L369-L370 ⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (19)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev/1.5 #2606 +/- ##
========================================
Coverage 68.59% 68.59%
========================================
Files 966 966
Lines 101428 101438 +10
Branches 8714 8717 +3
==========
8000
==============================
+ Hits 69576 69586 +10
Misses 31589 31589
Partials 263 263
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information:
Summary by CodeRabbit