00001 /* 00002 File: LHStdConversionLuts.h 00003 00004 Contains: prototypes for standard table funktions 00005 00006 Written by: H.Siegeritz 00007 00008 Copyright: � 1993-1997 by Heidelberger Druckmaschinen AG, all rights reserved. 00009 00010 */ 00011 00012 #ifndef LHStdConversionLuts_h 00013 #define LHStdConversionLuts_h 00014 00015 #ifndef LHDefines_h 00016 #include "Defines.h" 00017 #endif 00018 00019 void Lab2XYZ_forCube16(unsigned short *theCube, long count); 00020 void XYZ2Lab_forCube16(unsigned short *theCube, long count); 00021 00022 #endif