Replies: 1 comment
-
There are many resources related to color matrices online. But here is a great collection you can use directly into react native Skia: https://github.com/CreateJS/EaselJS/blob/5366838f84423aa5b57c804f1b9e11e5fe7f9371/src/easeljs/filters/ColorMatrix.js |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Instead of a complex ColorMatrix filter, can I simply adjust an image's contrast/saturation properties for example?
I hope to be able to accomplish adding effects like Sephia, and Black and white with a slider where I can adjust the value.
I have looked through the docs and google and cant find anything besides this, which looks promising:
https://blog.logrocket.com/create-high-performance-graphics-react-native-skia/#:~:text=The%20output%20from%20the%20above%20code%20in%20iOS%20and%20Android%20are%3A
Cheers and cool package!
Beta Was this translation helpful? Give feedback.
All reactions