Index

Package: Palette

Description

package Themes.Palette is

Types

Base_Color

type Base_Color is (
        Black,       White,
        Transparent, Magenta,

        Butter1,     Butter2,    Butter3,
        Orange1,     Orange2,    Orange3,
        Chocolate1,  Chocolate2, Chocolate3,
        Chameleon1,  Chameleon2, Chameleon3,
        Skyblue1,    Skyblue2,   Skyblue3,
        Plum1,       Plum2,      Plum3,
        Scarlet1,    Scarlet2,   Scarlet3,
        Chrome1,     Chrome2,    Chrome3,
        Chrome4,     Chrome5,    Chrome6
    );

Base_Colors_Array

type Base_Colors_Array is array(Base_Color) of Color_Type;

Constants & Global variables

base_colors (Base_Colors_Array)

base_colors : Base_Colors_Array;
Initialize must be called before base_colors can be used.

Subprograms & Entries

Initialize

procedure Initialize;
Initializes the base_colors array. This can't be called until the Allegro color depth has been set.