Adding new blend modes

Monkey Forums/Monkey Programming/Adding new blend modes

Shagwana(Posted 2012) [#1]
I am back having a play around in Monkey again and it surprises me by how limited the SetBlend command is. My understanding for this is that HTML5 does not support that many types of 'blends'. However after a little poking about I stumbled across this page for HTML5.

To me that looks possible to do other types of blends.

While having a search around I also came across... Flash

Not quite the same sort of page but usefull tool ... OpenGL

Maybe usefull information for java.. Java


Now I can by all means hack this into my install myself but it would be better for everyone if it was included by default in the official install.


Gerry Quinn(Posted 2012) [#2]
Would be useful for sure, though there would probably be an element of target dependency. Seems a nice project for anyone interested in making a useful module too.

Of course now that we have ReadPixel and WritePixel, it is also possible to implement any blend mode in software.