.\" Generated by the Allegro makedoc utility .TH generate_332_palette 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME generate_332_palette \- Constructs a fake truecolor palette. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void generate_332_palette(PALETTE pal); .SH DESCRIPTION Constructs a fake truecolor palette, using three bits for red and green and two for the blue. The load_bitmap() function fills the palette parameter with this if the file does not contain a palette itself (ie. you are reading a truecolor bitmap). .SH SEE ALSO .BR generate_optimized_palette (3alleg4), .BR set_color_depth (3alleg4), .BR excolmap (3alleg4), .BR exrgbhsv (3alleg4), .BR extruec (3alleg4), .BR exupdate (3alleg4)