Blender  V2.93
Public Attributes | List of all members
IMAGE Struct Reference

Public Attributes

ushort imagic
 
ushort type
 
ushort dim
 
ushort xsize
 
ushort ysize
 
ushort zsize
 
uint min
 
uint max
 
uchar _pad1 [4]
 
char name [80]
 
uint colormap
 
uchar _pad2 [404]
 

Detailed Description

Definition at line 41 of file iris.c.

Member Data Documentation

◆ _pad1

uchar IMAGE::_pad1[4]

Definition at line 50 of file iris.c.

◆ _pad2

uchar IMAGE::_pad2[404]

Definition at line 53 of file iris.c.

◆ colormap

uint IMAGE::colormap

Definition at line 52 of file iris.c.

◆ dim

ushort IMAGE::dim

Definition at line 44 of file iris.c.

Referenced by output_iris(), readheader(), and writeheader().

◆ imagic

ushort IMAGE::imagic

Definition at line 42 of file iris.c.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().

◆ max

uint IMAGE::max

Definition at line 49 of file iris.c.

Referenced by output_iris(), and writeheader().

◆ min

uint IMAGE::min

Definition at line 48 of file iris.c.

Referenced by output_iris(), and writeheader().

◆ name

char IMAGE::name[80]

Definition at line 51 of file iris.c.

◆ type

ushort IMAGE::type

Definition at line 43 of file iris.c.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().

◆ xsize

ushort IMAGE::xsize

Definition at line 45 of file iris.c.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().

◆ ysize

ushort IMAGE::ysize

Definition at line 46 of file iris.c.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().

◆ zsize

ushort IMAGE::zsize

Definition at line 47 of file iris.c.

Referenced by imb_loadiris(), output_iris(), readheader(), and writeheader().


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