-
Notifications
You must be signed in to change notification settings - Fork 16.3k
feat: add ColorSpace
#47314
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
feat: add ColorSpace
#47314
Conversation
37ea2f6
to
0b61073
Compare
7df7525
to
988ab97
Compare
Rebased to latest main, maybe CI is now runable? |
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.
API LGTM
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.
API LGTM
Hey @dcq01, I think the LLM-generated review comments feel disruptive to the review process. Please refrain from leaving these again in the future. |
62c5b3e
to
dc28e64
Compare
Anyone could trigger the CI again? 😂 |
No Release Notes |
Description of Change
Add
ColorSpace
structure, split from #46811This structure will be added to
paint
event'stextureInfo
when using shared texture OSR, and will be used in import shared texture. We have to keep full color space info. This also get ready for HDR capturing support in the future.Release Notes
Notes: none