JunkBox_Lib  1.10.2
MSGraph Struct Reference

#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...
 

Detailed Description

MSGRraph :Memory type (メモリ内で使用する型)

汎用型シンプルグラフィックデータ.

Definition at line 98 of file gdata.h.

Field Documentation

◆ depth

int depth

Definition at line 102 of file gdata.h.

Referenced by make_MSGraph(), and new_MSGraph().

◆ gp

unsigned char* gp

Definition at line 104 of file gdata.h.

Referenced by make_MSGraph(), new_MSGraph(), and proc_tiff_ifd().

◆ state

int state

Definition at line 103 of file gdata.h.

Referenced by make_MSGraph(), and new_MSGraph().

◆ xs

int xs

Definition at line 99 of file gdata.h.

Referenced by make_MSGraph(), new_MSGraph(), and proc_tiff_ifd().

◆ ys

int ys

Definition at line 100 of file gdata.h.

Referenced by make_MSGraph(), and new_MSGraph().

◆ zs

int zs

Definition at line 101 of file gdata.h.

Referenced by make_MSGraph(), and new_MSGraph().


The documentation for this struct was generated from the following file: