SqueezeBrains SDK 1.18
|
Defines the color in the format RGBA. More...
#include <sb.h>
Data Fields | |
unsigned char | r |
red component of color | |
unsigned char | g |
green component of color | |
unsigned char | b |
blue component of color | |
unsigned char | a |
transparency of color More... | |
unsigned char sb_t_rgba::a |