0
votes
1answer
11 views

Changing color of a moving image without lowering the fps

I just added an option to my game that makes it so that all the enemies will have a random color for their clothes instead of the regular blue. I use this code to draw rectangles over the shirt of the ...
0
votes
0answers
107 views

Removing image background color?

I have a sprite sheet (image) and I want to draw it on the screen. image = sprite sheet image x = player x position y = player y position width = player width height = player height public class ...
0
votes
1answer
164 views

Image drawing tools (that aren't Photoshop) that work in the sRGB colorspace

I'm looking for a way to create sRGB raster images. Now, I could use Inkscape and just have it render to a raster format, but are there any image drawing tools other than Photoshop that work in sRGB? ...