.\" Generated by the Allegro makedoc utility .TH default_palette 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME default_palette \- The default IBM BIOS palette. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern PALETTE default_palette; .SH DESCRIPTION The default IBM BIOS palette. This will be automatically selected whenever you set a new graphics mode. The palette contains 16 basic colors plus many gradients between them. If you want to see the values, you can write a small Allegro program which saves a screenshot with this palette, or open the grabber tool provided with Allegro and create a new palette object, which will use this palette by default. .SH SEE ALSO .BR black_palette (3alleg4), .BR desktop_palette (3alleg4), .BR exjoy (3alleg4)