Unit u_pal

Classes, Interfaces, Objects and Records
Constants
Variables

Description

 

Uses

Overview

Functions and Procedures

function load_pal(name : string) : p_pal;
procedure save_pal(name : string; pal : p_pal);
procedure use_pal(pal : p_pal);

Types

p_pal = ˆt_pal;
t_pal = t_tab_rvb;
pal_file = file of t_pal;

Description

Functions and Procedures

function load_pal(name : string) : p_pal;
 
procedure save_pal(name : string; pal : p_pal);

Chargement d'une palette (fichier d'extension .PAL)

procedure use_pal(pal : p_pal);

Sauvegarde d'une palette de couleurs.

Types

p_pal = ˆt_pal;
 
t_pal = t_tab_rvb;
 
pal_file = file of t_pal;
 
My libraries for Turbo Pascal (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.