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