processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Implement blendMode() for the default 2D renderer on Android

Open processing-bugs opened this issue 11 years ago • 3 comments

Issue by processing-bugs Tuesday May 14, 2013 at 00:16 GMT Originally opened as https://github.com/processing/processing-android-archive/issues/23


blendMode() is not yet supported on Android, please help us implement it!

processing-bugs avatar Jul 18 '14 17:07 processing-bugs

Comment by zerocool1989 Monday Aug 19, 2013 at 10:57 GMT


Hi there is any one working on this , if not I would like to start getting involved.

processing-bugs avatar Jul 18 '14 17:07 processing-bugs

Comment by benfry Monday Aug 19, 2013 at 20:55 GMT


Not that I know of.

processing-bugs avatar Jul 18 '14 17:07 processing-bugs

Android Mode 3.0.2 size(640,480); // does not blend size(640,480, P2D); // does blend! including P3D

ajavamind avatar Feb 15 '17 15:02 ajavamind