OpenTTD Source 20241224-master-gee860a5c8e
|
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. | |
Definition of a common pixel in OpenTTD's realm.
Definition at line 33 of file spriteloader.hpp.
uint8_t SpriteLoader::CommonPixel::a |
Alpha-channel.
Definition at line 37 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), and OpenGLSprite::Update().
uint8_t SpriteLoader::CommonPixel::b |
Blue-channel.
Definition at line 36 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), and OpenGLSprite::Update().
uint8_t SpriteLoader::CommonPixel::g |
Green-channel.
Definition at line 35 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), and OpenGLSprite::Update().
uint8_t SpriteLoader::CommonPixel::m |
Remap-channel.
Definition at line 38 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), Blitter_8bppOptimized::Encode(), ReadSprite(), and OpenGLSprite::Update().
uint8_t SpriteLoader::CommonPixel::r |
Red-channel.
Definition at line 34 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), and OpenGLSprite::Update().