JunkBox_Lib 1.10.1
|
#include <gdata.h>
Data Fields | |
int | xs |
xサイズ. 4Byte. | |
int | ys |
yサイズ. 4Byte. | |
int | zs |
zサイズ. 4Byte. 2Dの場合は 1. | |
int | depth |
Color Depth. | |
int | state |
状態 | |
unsigned char * | gp |
グラフィックデータへのポインタ. xs*ys*zs*depth. | |
int depth |
Definition at line 102 of file gdata.h.
Referenced by make_MSGraph(), and new_MSGraph().
unsigned char* gp |
Definition at line 104 of file gdata.h.
Referenced by make_MSGraph(), new_MSGraph(), and proc_tiff_ifd().
int state |
Definition at line 103 of file gdata.h.
Referenced by make_MSGraph(), and new_MSGraph().
int xs |
Definition at line 99 of file gdata.h.
Referenced by make_MSGraph(), new_MSGraph(), and proc_tiff_ifd().
int ys |
Definition at line 100 of file gdata.h.
Referenced by make_MSGraph(), and new_MSGraph().
int zs |
Definition at line 101 of file gdata.h.
Referenced by make_MSGraph(), and new_MSGraph().