Grayscaling just an image
in
Core Library Questions
•
2 years ago
Hello, I'm using Processing intensively and never had a problem, I've always been able to find how to do what I needed to do but I'm unable to understand how to apply the filter function to just one blend.
What I need to achieve is that I have something like
- // previous drawing
- // then I blend just an image
- Gfx.applet.blend(texture.img, sx, th*r, tw, th, tx, ty, tw, th, PApplet.BLEND);
- // next drawing
Thanks in advance
1