DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
TargaHeader Struct Reference
+ Collaboration diagram for TargaHeader:

Data Fields

unsigned char attributes
 
unsigned short colormap_index
 
unsigned short colormap_length
 
unsigned char colormap_size
 
unsigned char colormap_type
 
unsigned short height
 
unsigned char id_length
 
unsigned char image_type
 
unsigned char pixel_size
 
unsigned short width
 
unsigned short x_origin
 
unsigned short y_origin
 

Detailed Description

Definition at line 381 of file image.c.

Field Documentation

◆ attributes

unsigned char TargaHeader::attributes

Definition at line 387 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ colormap_index

unsigned short TargaHeader::colormap_index

Definition at line 384 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ colormap_length

unsigned short TargaHeader::colormap_length

Definition at line 384 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ colormap_size

unsigned char TargaHeader::colormap_size

Definition at line 385 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ colormap_type

unsigned char TargaHeader::colormap_type

Definition at line 383 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ height

unsigned short TargaHeader::height

Definition at line 386 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ id_length

unsigned char TargaHeader::id_length

Definition at line 383 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ image_type

unsigned char TargaHeader::image_type

Definition at line 383 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ pixel_size

unsigned char TargaHeader::pixel_size

Definition at line 387 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ width

unsigned short TargaHeader::width

Definition at line 386 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ x_origin

unsigned short TargaHeader::x_origin

Definition at line 386 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().

◆ y_origin

unsigned short TargaHeader::y_origin

Definition at line 386 of file image.c.

Referenced by LoadTGA_BGRA(), and PrintTargaHeader().


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