php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
oTga_ Struct Reference

#include <gd_tga.h>

Data Fields

uint8_t identsize
 
uint8_t colormaptype
 
uint8_t imagetype
 
int colormapstart
 
int colormaplength
 
uint8_t colormapbits
 
int xstart
 
int ystart
 
int width
 
int height
 
uint8_t bits
 
uint8_t alphabits
 
uint8_t fliph
 
uint8_t flipv
 
char * ident
 
int * bitmap
 

Detailed Description

Definition at line 9 of file gd_tga.h.

Field Documentation

◆ alphabits

uint8_t oTga_::alphabits

Definition at line 23 of file gd_tga.h.

◆ bitmap

int* oTga_::bitmap

Definition at line 27 of file gd_tga.h.

◆ bits

uint8_t oTga_::bits

Definition at line 22 of file gd_tga.h.

◆ colormapbits

uint8_t oTga_::colormapbits

Definition at line 16 of file gd_tga.h.

◆ colormaplength

int oTga_::colormaplength

Definition at line 15 of file gd_tga.h.

◆ colormapstart

int oTga_::colormapstart

Definition at line 14 of file gd_tga.h.

◆ colormaptype

uint8_t oTga_::colormaptype

Definition at line 11 of file gd_tga.h.

◆ fliph

uint8_t oTga_::fliph

Definition at line 24 of file gd_tga.h.

◆ flipv

uint8_t oTga_::flipv

Definition at line 25 of file gd_tga.h.

◆ height

int oTga_::height

Definition at line 21 of file gd_tga.h.

◆ ident

char* oTga_::ident

Definition at line 26 of file gd_tga.h.

◆ identsize

uint8_t oTga_::identsize

Definition at line 10 of file gd_tga.h.

◆ imagetype

uint8_t oTga_::imagetype

Definition at line 12 of file gd_tga.h.

◆ width

int oTga_::width

Definition at line 20 of file gd_tga.h.

◆ xstart

int oTga_::xstart

Definition at line 18 of file gd_tga.h.

◆ ystart

int oTga_::ystart

Definition at line 19 of file gd_tga.h.


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