Does blendMode() Work?
in
Programming Questions
•
11 months ago
Hi guys,
I'm trying to use the blendMode() function to make the colors of overlapping ellipses blend together. I'm attempting to do this in Javascript mode, however whenever I include this function and run the program I get a blank screen.
Similarly, I've tried to run the blendMode example in examples/topics/Image Processing/Blending.pde and I also get a blank screen.
Has anyone had any luck getting blendMode() to work?
1