Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
default_palette(3)		 Allegro manual 	      default_palette(3)

NAME
     default_palette  -  The  default IBM BIOS palette. Allegro game programming
     library.

SYNOPSIS
     #include <allegro.h>

     extern PALETTE default_palette;

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.

SEE ALSO
     black_palette(3), desktop_palette(3), exjoy(3)

Allegro 			  version 4.4.3 	      default_palette(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=default_palette&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help