OpenTTD
|
Definition of a common pixel in OpenTTD's realm. More...
#include <spriteloader.hpp>
Data Fields | |
uint8 | r |
Red-channel. | |
uint8 | g |
Green-channel. | |
uint8 | b |
Blue-channel. | |
uint8 | a |
Alpha-channel. | |
uint8 | m |
Remap-channel. |
Definition of a common pixel in OpenTTD's realm.
Definition at line 22 of file spriteloader.hpp.