feat: add ColorSpace#47314
Merged
MarshallOfSound merged 3 commits intoelectron:mainfrom Jul 2, 2025
Merged
Conversation
37ea2f6 to
0b61073
Compare
7df7525 to
988ab97
Compare
Member
Author
|
Rebased to latest main, maybe CI is now runable? |
Member
|
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
Member
Author
|
Anyone could trigger the CI again? 😂 |
|
No Release Notes |
codebytere
pushed a commit
that referenced
this pull request
Jul 11, 2025
kigh-ota
pushed a commit
to kigh-ota/electron
that referenced
this pull request
Sep 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Add
ColorSpacestructure, split from #46811This structure will be added to
paintevent'stextureInfowhen 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