I'd like to use a custom blend mode (linear burn) to blend the SKSpriteNodes
of my SKScene
however the only options available are Add
, Subtract
, Multiply
, MultiplyX2
, Screen
, and Replace
.
Is there any way to set a custom blend mode? Can I blend all my sprites using a shader? If so, how?