I have a problem. I need to fill in (or redraw) some of the pixels in the image stored in the Image control. This is a png image. I mean that all black pixels should be filled, for example, in red. How can i do this? I thought I could access the pixels directly and use the special XOR change bits, but I don't know how to do this. Or maybe there is an easier way?
source share