Java Graphics2D method for drawing an image where the pixel alpha values are used but the colour values are replaced with a given colour – Photoshop
I’ve been reading the API for Graphics2D and have seen examples of all the available composite modes (that are similar to photoshop blend modes) but I can’t see a way to draw a source image to a target buffered image…