Let me prefix this post by explaining that I don’t know much about graphics programming, so maybe what I’m going to ask is just plain silly.
Basically we want a flashlight effect using a circular image that has been created in Photoshop. When in Photoshop we can apply the Overlay blend mode to it over one of our pre-rendered scenes as a test and it works awesomely, however this blend mode isn’t available to us in Corona it seems.
As far as I can tell Android ( and I presume OpenGL es ) supports this as it has a porter duff mode called Overlay - which I can only presume is the same mode that photoshop uses.
From my research it seems that the Overlay mode combines both Multiply and Screen to darken and lighten respectively.
My long winded questions is; can we get Overlay blend mode supported, or could we somehow combine multiple blend modes?
I know we can do custom blend modes, but going back to early pre-fix, that is all crazy stuff to me