Is it possible to somehow use `BlendMode` between ...
# compose
d
Is it possible to somehow use
BlendMode
between two composables (rather than only on Canvas)?
r
You can, using a
graphicsLayer{}
d
Great, thanks!
p
any example? I do not see a blendMode parameter on graphicsLayer 😕