------------------------------------------------------------------------------------------------ -- Nom : Power_Bmp / fait partie du programme Power Fractal -- -- -- -- Auteurs : Gregory Burri & Adrien Crivelli -- ------------------------------------------------------------------------------------------------ -- But : Mettre a diposition un outil pour ecrire des bmps -- ------------------------------------------------------------------------------------------------ --Pour les types, les constantes et les variables globales with Power_Types; use Power_Types; package Power_Bmp is ------------------------------------------------------------------------------------------------ -- Nom : Ecrire_Bmp -- -- But : Inverser une couleur RGB -- -- Parametres ---------------------------------------------------------------------------------- -- In-out : * La couleur -- ------------------------------------------------------------------------------------------------ procedure Ecrire_Bmp (Matrice_Image : in T_Matrice_Tampon; Nom_Fichier : in String); end Power_Bmp;