Texture Flags
Blitz3D Forums/Blitz3D Beginners Area/Texture Flags
| ||
| How do I change the transparency colour to other than black when setting the texture flag to 4? Thanks Carpman |
| ||
| 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... |
| ||
| Thanks Ross I'll give it a try |