I have a really cool effect that I like that I made using sks files in xcode and the blend mode 'add'. Now I didn't realize it at the time but after looking at the apple docs I saw that the effect is actually based off the background color, specifically:
Adds the pixel values of the particle and underlying images. Creates a white pixel if this value is greater than 1
Now, I want to have the same effect across every different background color but as far as I know the only way to do that is to use the "Alpha" blend effect. But this only gives me the option of having solid colors. This is the graphics that I want to apply across all different background colors:
How can I go about having this effect across all different background colors? I'm using the default spark particle file.
UPDATE:
I'm leaving this question unanswered until either apple comes up with a way to do what I want or someone else finds a way to do it.