fading images 
Author Message
 fading images
How can I gradually turn an image to complete
black or to transparent?

Thanks a lot!



Mon, 20 Jun 2005 17:47:45 GMT  
 fading images

Quote:
> How can I gradually turn an image to complete
> black or to transparent?

You can either edit the image data yourself using Point()/PSet(),
GetPixel()/SetPixel(), GetDIBits()/SetDIBits() etc or use the AlphaBlend()
API call and draw the image over the colour you want to fade to.
Hope this helps,

    Mike

 -- EDais --

 - Microsoft Visual Basic MVP -
WWW: Http://EDais.earlsoft.co.uk/




Mon, 20 Jun 2005 20:24:09 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. fading images in picturebox

2. Fade in and Fade out images???

3. Fade-in, Fade-out images???

4. fading in image

5. REQ: Info on image fades/wipes

6. Image Fading

7. How to fade with Image Control???

8. How to fade with Image Control??

9. Fading picture/image colors from black to color

10. Real Fade-in and Fade-out

11. Fade-in and Fade-out of button controls

12. Fade-in, Fade-out effect

 

 
Powered by phpBB® Forum Software