fading in image 
Author Message
 fading in image
I need to fade in an image over the background of  a form.  I've read quite
a bit about the Windows GDI, palettes, etc., but I haven't come across an
easy fading algorithm.  Any suggestions?  Thanks.  -Jonah



Mon, 28 Jan 2002 03:00:00 GMT  
 fading in image
I don't know if this is any help but Windows 2000 has built-in fading
effects with the new GDI+.


Quote:
> I need to fade in an image over the background of  a form.  I've read
quite
> a bit about the Windows GDI, palettes, etc., but I haven't come across an
> easy fading algorithm.  Any suggestions?  Thanks.  -Jonah



Mon, 28 Jan 2002 03:00:00 GMT  
 fading in image


Quote:
> I need to fade in an image over the background of  a form.  I've read
quite
> a bit about the Windows GDI, palettes, etc., but I haven't come
across an
> easy fading algorithm.  Any suggestions?  Thanks.  -Jonah

Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?
txtCodeId=1824 for some interesting fade routines.
--
-Shep

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.



Mon, 28 Jan 2002 03:00:00 GMT  
 fading in image
I wrote a routine that used the GetPixel API to get the color of
each pixel, then converted each color to its RGB components,
then faded each component, and finally set the new color with
SetPixel. (Also tried with Point and Pset VB commands, but it
was many times slower). It worked great, but was very slow. I
never got anything to work very fast, and decided that I'd just
have to do it in the background while other things were going
on.

--

--------------------------------
"For every action, there is an equal and opposite criticism."


Quote:
> I need to fade in an image over the background of  a form.
I've read quite
> a bit about the Windows GDI, palettes, etc., but I haven't
come across an
> easy fading algorithm.  Any suggestions?  Thanks.  -Jonah



Mon, 28 Jan 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Fade in and Fade out images???

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

3. How to fade with Image Control???

4. How to fade with Image Control??

5. Fading picture/image colors from black to color

6. REQ: Info on image fades/wipes

7. Image Fading

8. fading images

9. fading images in picturebox

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