JunkBox_Lib 1.10.1
Loading...
Searching...
No Matches
MSGraph Struct Reference

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

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: