Add plusDarker and plusLighter blend modes
#3646
mswpearson
started this conversation in
Ideas
Replies: 2 comments
-
|
Hello Matthew 👋 Thank you for letting me know about these two blend modes. However I think I will add these two to the C++ API directly so they will be available in JS like a regular BlendMode. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I added it at #3654 and will publish it asap. |
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.
-
RNSkia supports all but two of the blend modes specified in this doc -> https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/mix-blend-mode#syntax
The missing two are
plusDarkerandplusLighter.Is there any scope to add support for these? Or possibly a way to define custom blend modes?
These blend modes create a unique look that can't really be replicated by using any of the other available blend modes currently.
Beta Was this translation helpful? Give feedback.
All reactions