ELinks 0.18.0
rgb Struct Reference

Data Fields

unsigned char r
 
unsigned char g
 
unsigned char b
 
unsigned char pad
 

Related Symbols

(Note that these are not member symbols.)

#define INIT_RGB(color)    { RED_COLOR(color), GREEN_COLOR(color), BLUE_COLOR(color) }
 Initialize a rgb struct from a color_T.
 

Friends And Related Symbol Documentation

◆ INIT_RGB

#define INIT_RGB ( color)     { RED_COLOR(color), GREEN_COLOR(color), BLUE_COLOR(color) }
related

Initialize a rgb struct from a color_T.

Field Documentation

◆ b

unsigned char rgb::b

◆ g

unsigned char rgb::g

◆ pad

unsigned char rgb::pad

◆ r

unsigned char rgb::r

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