Notifications
Clear all

[Closed] Force bitmap to 24bit?

Is there a way to force a bitmap to save at 24bit?

Im saving out a tga, and it keeps saving alpha maps out…
if I use
myBitmap.hasAlpha it returns true…

2 Replies

tgaio.setColorDepth 24
tgaio.getColorDepth()

tgaio (Targa) interface provides methods to control the TGA output.
RTFineM.

ill give this a shot. Thanks