IGlass IGL_StaticImage Transparency

BlitzMax Forums/BlitzMax Programming/IGlass IGL_StaticImage Transparency

Sean Doherty(Posted 2006) [#1]
Is it possible to have transparency using the IGL_StaticImage type? If so, how?

Thanks


Filax(Posted 2006) [#2]
Yes its possible :)

Local MyImage2:IGL_StaticImage
MyImage2=IGL_StaticImage.Create(MyWindow02,"./IGL_Demos/Image_02.jpg",250,10,220,170,2)
MyImage2.Alpha=0.5


Sean Doherty(Posted 2006) [#3]
filax,

Thanks, I made the image transparency setup wrong.

Thanks