FrameBufferSavePPMAlpha
Syntax | |
int FrameBufferSavePPMAlpha(struct FrameBuffer *ptr,FILE *fp); | |
Header | |
base/rfbuffer.h | |
Library | |
rfbuf | |
Description | |
The The argument ptr points to the structure containing the frame buffer. The Portable PixMap is written to the open stream pointed to by the argument fp. | |
Returns | |
Returns zero on success. On error, (-1) is returned. | |
Errors | |
On error, (-1) is returned. | |
Example | |
None |