OpenTTD Source 20250512-master-g2516c435b7
|
Definition of a common pixel in OpenTTD's realm. More...
#include <spriteloader.hpp>
Data Fields | |
uint8_t | r = 0 |
Red-channel. | |
uint8_t | g = 0 |
Green-channel. | |
uint8_t | b = 0 |
Blue-channel. | |
uint8_t | a = 0 |
Alpha-channel. | |
uint8_t | m = 0 |
Remap-channel. | |
Definition of a common pixel in OpenTTD's realm.
Definition at line 47 of file spriteloader.hpp.
uint8_t SpriteLoader::CommonPixel::a = 0 |
Alpha-channel.
Definition at line 51 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), and OpenGLSprite::Update().
uint8_t SpriteLoader::CommonPixel::b = 0 |
Blue-channel.
Definition at line 50 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), and OpenGLSprite::Update().
uint8_t SpriteLoader::CommonPixel::g = 0 |
Green-channel.
Definition at line 49 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), and OpenGLSprite::Update().
uint8_t SpriteLoader::CommonPixel::m = 0 |
Remap-channel.
Definition at line 52 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), Blitter_8bppOptimized::Encode(), ReadSprite(), and OpenGLSprite::Update().
uint8_t SpriteLoader::CommonPixel::r = 0 |
Red-channel.
Definition at line 48 of file spriteloader.hpp.
Referenced by DecodeSingleSprite(), Blitter_32bppSimple::Encode(), and OpenGLSprite::Update().