Texture Flags

Blitz3D Forums/Blitz3D Beginners Area/Texture Flags

carpman(Posted 2004) [#1]
How do I change the transparency colour to other than black when setting the texture flag to 4?
Thanks Carpman


Ross C(Posted 2004) [#2]
You need to either set it in an image editing program, i think tiff has an alpha channel?

Or, in blitz write alpha values to the texture using writepixelfast, readpixelfast. I think there's something in the code archives for this...


carpman(Posted 2004) [#3]
Thanks Ross I'll give it a try