.\" Generated by the Allegro makedoc utility .TH RGB 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME RGB \- Single palette entry. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B typedef struct RGB .SH DESCRIPTION .nf unsigned char r, g, b; .fi 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. .SH SEE ALSO .BR PALETTE (3alleg4), .BR ex12bit (3alleg4), .BR ex3d (3alleg4), .BR excolmap (3alleg4), .BR exconfig (3alleg4), .BR expal (3alleg4), .BR exrgbhsv (3alleg4), .BR exscroll (3alleg4), .BR exshade (3alleg4), .BR extrans (3alleg4), .BR extruec (3alleg4)