OpenTTD Source  20240919-master-gdf0233f4c2
SpriteLoader::CommonPixel Struct Reference

Definition of a common pixel in OpenTTD's realm. More...

#include <spriteloader.hpp>

Data Fields

uint8_t r
 Red-channel.
 
uint8_t g
 Green-channel.
 
uint8_t b
 Blue-channel.
 
uint8_t a
 Alpha-channel.
 
uint8_t m
 Remap-channel.
 

Detailed Description

Definition of a common pixel in OpenTTD's realm.

Definition at line 33 of file spriteloader.hpp.


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