1default_palette(3) Allegro manual default_palette(3)
2
3
4
6 default_palette - The default IBM BIOS palette. Allegro game program‐
7 ming library.
8
10 #include <allegro.h>
11
12
13 extern PALETTE default_palette;
14
16 The default IBM BIOS palette. This will be automatically selected when‐
17 ever you set a new graphics mode. The palette contains 16 basic colors
18 plus many gradients between them. If you want to see the values, you
19 can write a small Allegro program which saves a screenshot with this
20 palette, or open the grabber tool provided with Allegro and create a
21 new palette object, which will use this palette by default.
22
23
25 black_palette(3), desktop_palette(3), exjoy(3)
26
27
28
29Allegro version 4.4.3 default_palette(3)