ELinks 0.16.1.1
rgb Struct Reference

Data Fields

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

(Note that these are not member symbols.)

#define INIT_RGB(color)
 Initialize a rgb struct from a color_T.

◆ INIT_RGB

#define INIT_RGB ( color)
related
Value:
{ RED_COLOR(color), GREEN_COLOR(color), BLUE_COLOR(color) }
#define RED_COLOR(color)
Definition color.c:42
#define GREEN_COLOR(color)
Definition color.c:43
#define BLUE_COLOR(color)
Definition color.c:44

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: