__cdecl IMAGE_PROC void BlatColor(Image pifDest, S_32 x, S_32 y, _32 w, _32 h, CDATA color); void (* BlatColor)(Image pifDest, S_32 x, S_32 y, _32 w, _32 h, CDATA color); #define ClearImageTo(img,color) BlatColor(img,0,0,(img)->width,(img)->height, color ) #define ClearImage(img) BlatColor(img,0,0,(img)->width,(img)->height, 0 )
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|