From e556b972d1ad64453b3372b486191e2a59c91dda Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Fri, 15 May 1992 03:21:10 +0000 Subject: An neue Include-Files angepasst --- Source/GetColorTab.S | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'Source/GetColorTab.S') diff --git a/Source/GetColorTab.S b/Source/GetColorTab.S index e7adcb6..7512653 100644 --- a/Source/GetColorTab.S +++ b/Source/GetColorTab.S @@ -1,13 +1,13 @@ ** -** $Id: $ -** $Revision: $ +** $Id: GetColorTab.S,v 1.1 92/05/12 22:26:12 chris Exp $ +** $Revision: 1.1 $ ** ** $Filename: GetColorTab.S $ -** $Author: Christian A. Weber $ +** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/11 21:11:27 $ +** $Date: 92/05/12 22:26:12 $ ** -** iff.library/IFFLib_GetColorTab +** iff.library/IFFL_GetColorTab ** ** COPYRIGHT (C) 1987-1992 BY CHRISTIAN A. WEBER, BRUGGERWEG 2, ** CH-8037 ZUERICH, SWITZERLAND. ALL RIGHTS RESERVED. NO PART @@ -17,7 +17,7 @@ ** - IDNT IFFLib_GetColorTab + IDNT IFFL_GetColorTab SECTION text,CODE INCLUDE "IFFLib.i" @@ -26,14 +26,16 @@ XDEF GetColorTabFunc -******* iff.library/IFFLib_GetColorTab ************************************** +******* iff.library/IFFL_GetColorTab **************************************** * * NAME -* IFFLib_GetColorTab -- find a CMAP and convert it to a ColorTable +* IFFL_GetColorTab -- find a CMAP and convert it to a ColorTable * * SYNOPSIS -* count = IFFLib_GetColorTab( ifffile, colortable ) -* D0 A1 A0 +* count = IFFL_GetColorTab( iff, colortable ) +* D0 A1 A0 +* +* LONG IFFFL_GetColorTab( IFF_HANDLE, UWORD * ) * * FUNCTION * Searches the CMAP chunk of an IFF file and converts it, if it's @@ -41,7 +43,7 @@ * directly be used as a parameter for the LoadRGB4() function. * * INPUTS -* ifffile - IFF file pointer, returned by IFFLib_OpenIFF() +* iff - IFF file handle, from IFFL_OpenIFF() * colortable - Pointer to a block of memory which must be large * enough to hold the colortable (2 bytes per color). * Must be WORD aligned. @@ -51,7 +53,7 @@ * CMAP chunk * * SEE ALSO -* IFFLib_FindChunk(), IFFLib_GetBMHD() +* IFFL_FindChunk(), IFFL_GetBMHD() * ***************************************************************************** -- cgit v1.2.3