void AdditiveBlit(int x, int y, int sourceimage, int destimage)
Special version of Blit, this function Additively blits the sourceimage over the destimage, creating some nice effects.
int image; image = LoadImage("mypic.pcx"); AdditiveBlit(0, 0, image, screen);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |