ReactOS 0.4.15-dev-7907-g95bf896
tga_header Struct Reference

Public Attributes

BYTE id_length
 
BYTE colormap_type
 
BYTE image_type
 
WORD colormap_firstentry
 
WORD colormap_length
 
BYTE colormap_entrysize
 
WORD xorigin
 
WORD yorigin
 
WORD width
 
WORD height
 
BYTE depth
 
BYTE image_descriptor
 

Detailed Description

Definition at line 39 of file tgaformat.c.

Member Data Documentation

◆ colormap_entrysize

BYTE tga_header::colormap_entrysize

Definition at line 46 of file tgaformat.c.

◆ colormap_firstentry

WORD tga_header::colormap_firstentry

Definition at line 44 of file tgaformat.c.

◆ colormap_length

WORD tga_header::colormap_length

Definition at line 45 of file tgaformat.c.

◆ colormap_type

BYTE tga_header::colormap_type

Definition at line 41 of file tgaformat.c.

◆ depth

BYTE tga_header::depth

Definition at line 52 of file tgaformat.c.

◆ height

WORD tga_header::height

Definition at line 51 of file tgaformat.c.

◆ id_length

BYTE tga_header::id_length

Definition at line 40 of file tgaformat.c.

◆ image_descriptor

BYTE tga_header::image_descriptor

Definition at line 53 of file tgaformat.c.

◆ image_type

BYTE tga_header::image_type

Definition at line 42 of file tgaformat.c.

◆ width

WORD tga_header::width

Definition at line 50 of file tgaformat.c.

◆ xorigin

WORD tga_header::xorigin

Definition at line 48 of file tgaformat.c.

◆ yorigin

WORD tga_header::yorigin

Definition at line 49 of file tgaformat.c.


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