Pix manipulation. Yes. using the Bitmaps.. So what you will have to do is load the image, paste it to a bitmap, then loop through each pixle and if it is red change it to a blue one. Its possible. A little slow though, because once this is done you will have to cut the image from the bitmap then set it as a sprite.
dbPoint(x, y) will return the color value at the specific point on the current bitmap. dbDot(x,y,color) will paint a pix at that point in the color specified, and dbDot(x,y) will paint that pix the current foreground color set with dbInk.
if(enemy == Amnzero) runAway();
Amnzero->WebSite = L"http://neovance.com/";