Uh oh!
There was an error while loading. Please reload this page.
[Android] update scroll views to support wide gamut color - #43197
[Android] update scroll views to support wide gamut color#43197ryanlntn wants to merge 2 commits into
Conversation
eeb6432 to
42778aaComparefacebook-github-bot
commented
Apr 4, 2024
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
facebook-github-bot
commented
Apr 4, 2024
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
This doesn't seem right, since we are now comparing int color to packed color long.
There was a problem hiding this comment.
I believe in this case they both evaluate to 0L but I'll update to make it explicit.
There was a problem hiding this comment.
Why do we do this if we are creating mEndBackground from new color?
There was a problem hiding this comment.
That was an oversight. I meant to remove mEndBackground as we need to draw on the canvas directly in order to use paint.
cipolleschi
commented
Apr 10, 2024
/rebase |
cfbfc83 to
07105c3Comparereact-native-bot
commented
Oct 8, 2024
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
cipolleschi
commented
Oct 10, 2024
do not close |
react-native-bot
commented
Aug 14, 2025
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
react-native-bot
commented
Aug 21, 2025
This PR was closed because it has been stalled for 7 days with no activity. |
Summary:
This builds on previous PRs for the wide gamut color RFC and extends Android scroll views with support for DisplayP3 color.
Changelog:
[ANDROID] [ADDED] - update scroll views to support wide gamut color
Test Plan:
[JS] Add support for CSS4 color() functions #42831
[Android] Update ColorPropConverterto support color function values #43031
[Android] Add isWideColorGamutEnabled to ReactActivityDelegate #43036
[Android] Add DisplayP3 background and border support to View #43056