Additive Blending

Corona doesn’t support additive blending for sprites at all does it? I haven’t seen anything in the API’s or searching the forums. It would be nice if we could use JPG’s instead of PNG’s when we are displaying art against a black background with transparency to save a boat load of space in our binary. [import]uid: 54327 topic_id: 16963 reply_id: 316963[/import]

It does.

myImage.blendMode = “add” [import]uid: 70134 topic_id: 16963 reply_id: 63612[/import]

Awesome thanks! [import]uid: 54327 topic_id: 16963 reply_id: 63614[/import]