Krita Source Code Documentation
Loading...
Searching...
No Matches
TgaHeader Struct Reference

#include <tga.h>

Public Types

enum  { SIZE = 18 }
 

Public Attributes

ushort colormap_index
 
ushort colormap_length
 
uchar colormap_size
 
uchar colormap_type
 
uchar flags
 
ushort height
 
uchar id_length
 
uchar image_type
 
uchar pixel_size
 
ushort width
 
ushort x_origin
 
ushort y_origin
 

Detailed Description

Tga Header.

Definition at line 47 of file tga.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SIZE 

Definition at line 61 of file tga.h.

61{ SIZE = 18 }; // const static int SIZE = 18;
@ SIZE
Definition tga.h:61

Member Data Documentation

◆ colormap_index

ushort TgaHeader::colormap_index

Definition at line 51 of file tga.h.

◆ colormap_length

ushort TgaHeader::colormap_length

Definition at line 52 of file tga.h.

◆ colormap_size

uchar TgaHeader::colormap_size

Definition at line 53 of file tga.h.

◆ colormap_type

uchar TgaHeader::colormap_type

Definition at line 49 of file tga.h.

◆ flags

uchar TgaHeader::flags

Definition at line 59 of file tga.h.

◆ height

ushort TgaHeader::height

Definition at line 57 of file tga.h.

◆ id_length

uchar TgaHeader::id_length

Definition at line 48 of file tga.h.

◆ image_type

uchar TgaHeader::image_type

Definition at line 50 of file tga.h.

◆ pixel_size

uchar TgaHeader::pixel_size

Definition at line 58 of file tga.h.

◆ width

ushort TgaHeader::width

Definition at line 56 of file tga.h.

◆ x_origin

ushort TgaHeader::x_origin

Definition at line 54 of file tga.h.

◆ y_origin

ushort TgaHeader::y_origin

Definition at line 55 of file tga.h.


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