flixel
flixel copied to clipboard
Add Blend Mode support
While removing FLX_DRAW_QUADS, I noticed this line stating that blend modes are not implemented, where they were in an older version of openfl/lime. no immediate plans here, just a reminder to look into this and see if a change can be made to openfl, lime or flixel
as far as I know / tested, I think the "simple" blend modes work. ADD, MULTIPLY, SUBTRACT, things with "simple" arithmatic type calculations
#2199 added BlendMode support and looking at current code it still seems implemented? the blendToInt() function might be misleading