SqueezeBrains SDK 1.13
sb_t_bgra Struct Reference

Defines the color in the format BGRA. More...

#include <sb.h>

Data Fields

unsigned char b
 blue component of color
 
unsigned char g
 green component of color
 
unsigned char r
 red component of color
 
unsigned char a
 trasparency of color More...
 

Detailed Description

Defines the color in the format BGRA.

Definition at line 6194 of file sb.h.

Field Documentation

◆ a

unsigned char sb_t_bgra::a

trasparency of color

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

Definition at line 6203 of file sb.h.


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