Original Post
Hi Guys, I was wondering if it's possible to achieve 'screen fading to black' effect using pure Win32, without any external libraries. The only thing that comes to my mind for the moment would be to run through every pixel on the screen and decrease its RGB values but this sounds like time and resources consuming process. I'd appreciate any suggestions. Many thanks