SqueezeBrains SDK 1.13
sb_t_rgba Struct Reference

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
 trasparency of color More...
 

Detailed Description

Defines the color in the format RGBA.

Definition at line 6227 of file sb.h.

Field Documentation

◆ a

unsigned char sb_t_rgba::a

trasparency of color

The range values is 0-255: 0 is completely transparent and 255 is completely opaque

Definition at line 6236 of file sb.h.


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