table of contents
PGFPostHeader(3) | Library Functions Manual | PGFPostHeader(3) |
NAME¶
PGFPostHeader - Optional PGF post-header.
SYNOPSIS¶
#include <PGFtypes.h>
Public Attributes¶
RGBQUAD clut [ColorTableLen]
color table for indexed color images (optional part of file header) UINT8 *
userData
user data of size userDataLen (optional part of file header) UINT32
userDataLen
user data size in bytes (not part of file header) UINT32
cachedUserDataLen
cached user data size in bytes (not part of file header)
Detailed Description¶
Optional PGF post-header.
PGF post-header is optional. It contains color table and user data
Author
Definition at line 169 of file PGFtypes.h.
Member Data Documentation¶
UINT32 PGFPostHeader::cachedUserDataLen¶
cached user data size in bytes (not part of file header)
Definition at line 173 of file PGFtypes.h.
RGBQUAD PGFPostHeader::clut[ColorTableLen]¶
color table for indexed color images (optional part of file header)
Definition at line 170 of file PGFtypes.h.
UINT8* PGFPostHeader::userData¶
user data of size userDataLen (optional part of file header)
Definition at line 171 of file PGFtypes.h.
UINT32 PGFPostHeader::userDataLen¶
user data size in bytes (not part of file header)
Definition at line 172 of file PGFtypes.h.
Author¶
Generated automatically by Doxygen for libpgf from the source code.
Version 7.21.2 | libpgf |