![]() |
![]()
| ![]() |
![]()
NAMEdesktop_palette - The palette used by the Atari ST low resolution desktop. Allegro game programming library. SYNOPSIS#include <allegro.h> extern PALETTE desktop_palette; DESCRIPTIONThe palette used by the Atari ST low resolution desktop. I'm not quite sure why this is still here, except that the grabber and test programs use it. It is probably the only Atari legacy code left in Allegro, and it would be a shame to remove it :-) The contents of this palette are 16 colors repeated 16 times. Color entry zero is equal to color entry 16, which is equal to color entry 24, etc.
SEE ALSOdefault_palette(3), black_palette(3)
|