rgb(3) - Linux man page
Name
RGB - Single palette entry. Allegro game programming library.Synopsis
#include <allegro.h>typedef struct RGB
Description
unsigned char r, g, b;Palette entry. It contains an additional field for the purpose of padding but you should not usually care about it. Read chapter "Palette routines" for a description on how to obtain/use this structure.