struct `0153
Files: /home/neil/synopsis/ggi/include/ggi/ggi.h
Variables Summary:
intdepth
intsize
ggi_pixelred_mask
intred_shift
ggi_pixelgreen_mask
intgreen_shift
ggi_pixelblue_mask
intblue_shift
ggi_pixelalpha_mask
intalpha_shift
ggi_pixelclut_mask
intclut_shift
ggi_pixelfg_mask
intfg_shift
ggi_pixelbg_mask
intbg_shift
ggi_pixeltexture_mask
inttexture_shift
uint32_t[]bitmeaning
uint32_tflags
uint32_tstdformat

Variable Details:
int depth

/* SYNC/ASYNC mode. Draw instantly or when thw HW likes to. Default is sync */

int size

/* Number of significant bits */

ggi_pixel red_mask

/* Physical size in bits */

int red_shift

/* Bitmask of red bits */

ggi_pixel green_mask

/* Shift for red bits */

int green_shift

/* Bitmask of green bits */

ggi_pixel blue_mask

/* Shift for green bits */

int blue_shift

/* Bitmask of blue bits */

ggi_pixel alpha_mask

/* Shift for blue bits */

int alpha_shift

/* Bitmask of alphachannel bits */

ggi_pixel clut_mask

/* Shift for alpha bits */

int clut_shift

/* Bitmask of bits for the clut */

ggi_pixel fg_mask

/* Shift for bits for the clut*/

int fg_shift

/* Bitmask of foreground color */

ggi_pixel bg_mask

/* Shift for foreground color */

int bg_shift

/* Bitmask of background color */

ggi_pixel texture_mask

/* Shift for background color */

int texture_shift

/* Bitmask of the texture (for textmodes - the actual character) */

uint32_t[] bitmeaning

/* Shift for texture */

uint32_t stdformat

/* Pixelformat flags */