The ColorMatrix component produces a different result than the Web and Swift using the same matrix. #2304
Unanswered
blackazaru
asked this question in
Q&A
Replies: 1 comment
-
This sounds interesting, would you be kind enough to contribute a test for it at :https://github.com/Shopify/react-native-skia/blob/main/package/src/renderer/__tests__/e2e/ColorFilters.spec.tsx#L31 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The matrix used in the web and the ColorMatrix component produces different results, whereas Swift's CIFilter 'CIColorMatrix' yields the same result as on the web. Do you have any ideas why?
ColorMatrix:

WEB:

Swift:

Beta Was this translation helpful? Give feedback.
All reactions