Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::BlatColor Function
C++
__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 )
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!