RetroArch
Public Attributes | List of all members
_gx_color Struct Reference

#include <gx.h>

Public Attributes

u8 r
 
u8 g
 
u8 b
 
u8 a
 

Member Data Documentation

◆ a

u8 _gx_color::a

Alpha component. If a function does not use the alpha value, it is safely ignored.

◆ b

u8 _gx_color::b

Blue alpha component.

◆ g

u8 _gx_color::g

Green color component.

◆ r

u8 _gx_color::r

Red color component.


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