|
JunkBox_Lib
1.10.2
|
#include <gdata.h>
Data Fields | |
| int | xs |
| xサイズ. 4Byte. More... | |
| int | ys |
| yサイズ. 4Byte. More... | |
| int | zs |
| zサイズ. 4Byte. 2Dの場合は 1. More... | |
| int | depth |
| Color Depth. More... | |
| int | state |
| 状態 More... | |
| unsigned char * | gp |
| グラフィックデータへのポインタ. xs*ys*zs*depth. More... | |
| 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().