How do I fade part of my screen. When the game finishes I want to fade out the screen and draw text over it.

Alpha draw with DelphiX is obviously not a good idea. (Software)
:?: What about changing the color of each pixel? Effectivly just fading the pixels. There wont be any animation so while this may slow it down it shouldn't be too much of a problem.
:?: Any other ideas....