__cdecl IMAGE_PROC Image BuildImageFileEx(PCOLOR pc, _32 width, _32 height DBG_PASS); #define BuildImageFile(p,w,h) BuildImageFileEx( p,w,h DBG_SRC )
Parameters |
Description |
PCOLOR pc |
the color buffer to use for the image. |
_32 width |
how wide the color buffer is |
height |
How tall the color buffer is |
Creates an image from user defined parts. The buffer used is from the user. This was used by the video library, but RemakeImage accomplishes this also.
Copyright (c) 2010. All rights reserved.
|
What do you think about this topic? Send feedback!
|