In firemonkey xe5, when I save a transparent PNG image into bitmap its transparency become black. How can I change into white?
I just use:
Image1.bitmap.loadfromfile('IMG.png');
image1.bitmap.Savetofile('image.BMP');
In firemonkey xe5, when I save a transparent PNG image into bitmap its transparency become black. How can I change into white?
I just use:
Image1.bitmap.loadfromfile('IMG.png');
image1.bitmap.Savetofile('image.BMP');
This isn't a complete solution but it will get you started. You will need to tweak the A, R, G, B values to get what you want.