with Allegro.Color; use Allegro.Color;
package Palette_16 is
function Black return Allegro_Color;
function Blue return Allegro_Color;
function Green return Allegro_Color;
function Cyan return Allegro_Color;
function Red return Allegro_Color;
function Magenta return Allegro_Color;
function Brown return Allegro_Color;
function Grey return Allegro_Color;
function Dark_Grey return Allegro_Color;
function Light_Blue return Allegro_Color;
function Light_Green return Allegro_Color;
function Light_Cyan return Allegro_Color;
function Light_Red return Allegro_Color;
function Light_Magenta return Allegro_Color;
function Yellow return Allegro_Color;
function White return Allegro_Color;
end Palette_16;