PDA

Click to See Complete Forum and Search --> : semi-transparent


mactwo1
Nov 26th, 2000, 12:23 PM
Hello to all
I need some help
what i am after is i have a background in a form,and want to creat a semi-transparent image in front of the form so that parts of the background appear tinted as in championship manager.help needed

KENNNY
Nov 27th, 2000, 05:57 PM
sounds like you need alpha blending..which is a slow process unless you use D3D or openGL for it.
if you're not using them, and only need a static image, have a look on code sites for alpha blending: you will find stuff, and it should be fine as long as it's a simple background (not moving)

/\/\isanThr0p
Nov 27th, 2000, 07:36 PM
one of those Webpages, where you can find help is http://www.ur.co.nz but I think it works only with 8-bit bitmaps. But it is quite fast for VB! You Could use it for some movement, but only very limeted.