VSF Documented
Data Fields
SDL_Color Union Reference

#include <SDL.h>

Data Fields

struct { 
 
   uint8_t   b 
 
   uint8_t   g 
 
   uint8_t   r 
 
   uint8_t   a 
 
};  
 
uint32_t value
 

Field Documentation

◆ b

uint8_t SDL_Color::b

◆ g

uint8_t SDL_Color::g

◆ r

uint8_t SDL_Color::r

◆ a

uint8_t SDL_Color::a

◆ [struct]

struct { ... } SDL_Color

◆ value

uint32_t SDL_Color::value