I’m using the example here to create a firework particle effect with trails that slowly fade out. It involves using the snapshot canvas and blitting over a nearly opaque rectangle with ‘dstIn’ as it’s blendMode.
It looks great, but the trails never entirely fade away. There are a few hacks I can think off to solve this, but I was wondering if there was a ‘proper’ way of solving this issue?
Thanks