Path: utzoo!news-server.csri.toronto.edu!rutgers!ub!ubvmsb.cc.buffalo.edu!v117gv8r From: v117gv8r@ubvmsb.cc.buffalo.edu (Thomas E Burnett) Newsgroups: comp.os.msdos.programmer Subject: DOS or MS C Graphics Message-ID: <65023@eerie.acsu.Buffalo.EDU> Date: 13 Mar 91 20:17:13 GMT Sender: news@acsu.Buffalo.EDU Reply-To: v117gv8r@ubvmsb.cc.buffalo.edu Organization: University at Buffalo Lines: 11 Nntp-Posting-Host: ubvmsb.cc.buffalo.edu News-Software: VAX/VMS VNEWS 1.3-4.5 Using MS Quick-C to put images on a screen there are 5 modes available: _GOR, _GXOR, _GAND, _GPSET, _GPRESET. Using some combination of these modes I would like to be able to put and move images (using two pages) so that the image retains its original colors regardless of the background that it is put on and then recover the background when the image is moved or removed. For instance the image of an airplane moving over farmland. Can anyone tell me how to do this using the QC _putimage() function? Thanx, Thom