If I load a bitmap let's say it has only two colors, white pixels on black pixels.
Attachment 99151
Could I change the foreground white pixels to another color at runtime?
Code:
Dim myBitmap As Bitmap
myBitmap = Bitmap.FromFile("file.bmp")
Attachment 99151
Could I change the foreground white pixels to another color at runtime?