react-native-skia
react-native-skia copied to clipboard
Atlas Opacity
Description
Description
I believe Atlas could cover a wider range of use-cases with support for individual opacity. I've done some experimentation, and as far as I can tell, it's not possible even with creative usage of colors and blendMode. (Closest I've gotten was setting colors using rgba(255, 255, 255, ${opacity}) and blendMode="srcOut", but that loses the opacity of the original texture).
If this is possible, I'd be happy to help out with a pull request with guidance.
Thanks as always for all the awesome work on this package!