Changing colour of a .bmp image in code
I have small .bmp files (all different shapes) which I load into a Image list and move them around the screen. So far so good. I would like to be able to change the colour of these images directly from code, rather than having many different images in the image list.
How do I do this?