Can anyone tell me how to change opacity on the drawImage() function from the regular Graphics object, not the Graphics2D object? Most threads on here suggest using Graphics2D, but in my game, rendering is done through regular Graphics objects, so it would be messy to convert all instances where it's called.
Help is much appreciated!
Thanks.