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/