#include <Pcx.h>
List of all members.
Public Member Functions |
| PcxImage (short w, short h, unsigned long *hibits) |
| PcxImage (short w, short h, unsigned char *bits, unsigned char *colors) |
| PcxImage () |
| ~PcxImage () |
int | Load (char *filename) |
int | Save (char *filename) |
int | LoadBuffer (unsigned char *buf, int len) |
Static Public Member Functions |
static const char * | TYPENAME () |
Detailed Description
Definition at line 42 of file Pcx.h.
Constructor & Destructor Documentation
PcxImage::PcxImage |
( |
short |
w, |
|
|
short |
h, |
|
|
unsigned long * |
hibits |
|
) |
| |
PcxImage::PcxImage |
( |
short |
w, |
|
|
short |
h, |
|
|
unsigned char * |
bits, |
|
|
unsigned char * |
colors |
|
) |
| |
Member Function Documentation
int PcxImage::Load |
( |
char * |
filename | ) |
|
int PcxImage::LoadBuffer |
( |
unsigned char * |
buf, |
|
|
int |
len |
|
) |
| |
int PcxImage::Save |
( |
char * |
filename | ) |
|
static const char* PcxImage::TYPENAME |
( |
| ) |
|
|
inlinestatic |
Definition at line 44 of file Pcx.h.
Member Data Documentation
unsigned char* PcxImage::bitmap |
Definition at line 58 of file Pcx.h.
Definition at line 57 of file Pcx.h.
unsigned short PcxImage::height |
Definition at line 62 of file Pcx.h.
unsigned long* PcxImage::himap |
Definition at line 59 of file Pcx.h.
unsigned long PcxImage::imagebytes |
Definition at line 61 of file Pcx.h.
unsigned char PcxImage::pal[768] |
Definition at line 60 of file Pcx.h.
unsigned short PcxImage::width |
Definition at line 62 of file Pcx.h.
The documentation for this struct was generated from the following files:
- D:/SRC/StarshatterSVN/nGenEx/Pcx.h
- D:/SRC/StarshatterSVN/nGenEx/PCX.CPP