OpenTTD Source 20250206-master-g6089ed8059
|
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. | |
uint8_t | v |
Brightness-channel. | |
Definition at line 18 of file 32bpp_simple.hpp.
uint8_t Blitter_32bppSimple::Pixel::a |
Alpha-channel.
Definition at line 22 of file 32bpp_simple.hpp.
Referenced by Blitter_32bppSimple::Draw(), and Blitter_32bppSimple::Encode().
uint8_t Blitter_32bppSimple::Pixel::b |
Blue-channel.
Definition at line 21 of file 32bpp_simple.hpp.
Referenced by Blitter_32bppSimple::Draw(), and Blitter_32bppSimple::Encode().
uint8_t Blitter_32bppSimple::Pixel::g |
Green-channel.
Definition at line 20 of file 32bpp_simple.hpp.
Referenced by Blitter_32bppSimple::Draw(), and Blitter_32bppSimple::Encode().
uint8_t Blitter_32bppSimple::Pixel::m |
Remap-channel.
Definition at line 23 of file 32bpp_simple.hpp.
Referenced by Blitter_32bppSimple::Draw(), and Blitter_32bppSimple::Encode().
uint8_t Blitter_32bppSimple::Pixel::r |
Red-channel.
Definition at line 19 of file 32bpp_simple.hpp.
Referenced by Blitter_32bppSimple::Draw(), and Blitter_32bppSimple::Encode().
uint8_t Blitter_32bppSimple::Pixel::v |
Brightness-channel.
Definition at line 24 of file 32bpp_simple.hpp.
Referenced by Blitter_32bppSimple::Draw(), and Blitter_32bppSimple::Encode().