A should be drawn with opacity 1.0 – t into a new layer using BlendMode. srcOver, and B should be drawn on top of it, at opacity t, into the same layer, using BlendMode
Best Regards
Scott Claxton
Company name: BDWEBIT
Company info: https://bdwebit.com
3
Answers
A should be drawn with opacity 1.0 – t into a new layer using BlendMode. srcOver, and B should be drawn on top of it, at opacity t, into the same layer, using BlendMode
Best Regards
Scott Claxton
Company name: BDWEBIT
Company info: https://bdwebit.com
You can use the
ShaderMask
along with aStack
to achieve this effect.Happy coding.
You Can Ideally Use Stack Widget In Combination With Align
Something Like This
Hope you got the idea