AnimaEngine  1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
Data Fields
RgbaColor Struct Reference

32-bit RGBA color representation struct. More...

#include <ppm.h>

Data Fields

u8 r
 
u8 g
 
u8 b
 
u8 a
 

Detailed Description

32-bit RGBA color representation struct.

Field Documentation

◆ a

u8 RgbaColor::a

Alpha transparency channel value (0 = Fully Transparent, 255 = Opaque).

◆ b

u8 RgbaColor::b

Blue color component value (0 to 255).

◆ g

u8 RgbaColor::g

Green color component value (0 to 255).

◆ r

u8 RgbaColor::r

Red color component value (0 to 255).


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