OpenTTD Source 20250205-master-gfd85ab1e2c
Blitter_32bppSimple::Pixel Struct Reference

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.
 

Detailed Description

Definition at line 18 of file 32bpp_simple.hpp.

Field Documentation

◆ a

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().

◆ b

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().

◆ g

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().

◆ m

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().

◆ r

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().

◆ v

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().


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