Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
Loading...
Searching...
No Matches
vdp_Color32 Struct Reference

A 32-bit color. More...

#include <db_vdp.h>

Data Fields

uint8_t r
 
uint8_t g
 
uint8_t b
 
uint8_t a
 

Detailed Description

A 32-bit color.

Definition at line 66 of file db_vdp.h.

Field Documentation

◆ a

uint8_t a

Definition at line 71 of file db_vdp.h.

◆ b

uint8_t b

Definition at line 70 of file db_vdp.h.

◆ g

uint8_t g

Definition at line 69 of file db_vdp.h.

◆ r

uint8_t r

Definition at line 68 of file db_vdp.h.


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