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