Blend Modes

Monkey Archive Forums/Monkey Discussion/Blend Modes

Shinkiro1(Posted 2012) [#1]
Hey,
has anybody added blend modes to monkey?

I've done a little research and it seems it would be pretty easy to add:
html5: http://mrcoles.com/blog/canvas-composite-operations-demo-animation/
xna: http://forums.create.msdn.com/forums/p/75039/457870.aspx#457870
opengl: I know it's possible here with 'glBlendFunc'

I think they are a pretty useful thing because you can blend out certain areas or combine images in interesting ways.