I have a buffered image which has a set alpha and would like to change the alpha of the buffered image but only in a specific polygon.
For example the buffered image has an alpha of 200 and i want to add 20 to all the pixels on the buffered image within(or colliding with) the polygon.
I couldn't find any which does this exactly in the graphics class or on Google.
I would appreciate any form of help :D
Thanks!