OpenTTD Source 20241224-master-gf74b0cf984
PcxHeader Struct Reference

Definition of a PCX file header. More...

Data Fields

uint8_t manufacturer
 
uint8_t version
 
uint8_t rle
 
uint8_t bpp
 
uint32_t unused
 
uint16_t xmax
 
uint16_t ymax
 
uint16_t hdpi
 
uint16_t vdpi
 
uint8_t pal_small [16 *3]
 
uint8_t reserved
 
uint8_t planes
 
uint16_t pitch
 
uint16_t cpal
 
uint16_t width
 
uint16_t height
 
uint8_t filler [54]
 

Detailed Description

Definition of a PCX file header.

Definition at line 395 of file screenshot.cpp.

Field Documentation

◆ bpp

uint8_t PcxHeader::bpp

Definition at line 399 of file screenshot.cpp.

◆ cpal

uint16_t PcxHeader::cpal

Definition at line 407 of file screenshot.cpp.

◆ filler

uint8_t PcxHeader::filler[54]

Definition at line 410 of file screenshot.cpp.

◆ hdpi

uint16_t PcxHeader::hdpi

Definition at line 402 of file screenshot.cpp.

◆ height

uint16_t PcxHeader::height

Definition at line 409 of file screenshot.cpp.

◆ manufacturer

uint8_t PcxHeader::manufacturer

Definition at line 396 of file screenshot.cpp.

◆ pal_small

uint8_t PcxHeader::pal_small[16 *3]

Definition at line 403 of file screenshot.cpp.

◆ pitch

uint16_t PcxHeader::pitch

Definition at line 406 of file screenshot.cpp.

◆ planes

uint8_t PcxHeader::planes

Definition at line 405 of file screenshot.cpp.

◆ reserved

uint8_t PcxHeader::reserved

Definition at line 404 of file screenshot.cpp.

◆ rle

uint8_t PcxHeader::rle

Definition at line 398 of file screenshot.cpp.

◆ unused

uint32_t PcxHeader::unused

Definition at line 400 of file screenshot.cpp.

◆ vdpi

uint16_t PcxHeader::vdpi

Definition at line 402 of file screenshot.cpp.

◆ version

uint8_t PcxHeader::version

Definition at line 397 of file screenshot.cpp.

◆ width

uint16_t PcxHeader::width

Definition at line 408 of file screenshot.cpp.

◆ xmax

uint16_t PcxHeader::xmax

Definition at line 401 of file screenshot.cpp.

◆ ymax

uint16_t PcxHeader::ymax

Definition at line 401 of file screenshot.cpp.


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