Organization: Institute of Systems Science, NUS, Singapore
Date: Thu, 10 Sep 1992 03:10:29 GMT
Lines: 9
Hi there ! I was just wondering whether any of U gurus out there can solve my problem.
The situation is like this. I have created a bitmap using the image editor with the color set to black on a white background. Somewhere along the line, I will load that specified bitmap using the LoadBitMap function. Now the problem is, how do I changed the color of this bitmap to another one, like for instance to blue or red inorder to suit to certain situation in this instance before I display it using the BitBlt function. Do I need to use the GetDIBits and SetDIBits function to changed the color and if