00001 00002 #ifndef __IMAGER_LUT_H__ 00003 #define __IMAGER_LUT_H__ 00004 00005 00006 00007 void init_lut (); /* Reset LUT to default */ 00008 void predef_lut_rgb_negative (int xfer); /* Invert contrast */ 00009 void predef_lut_rgb_simple (int xfer); /* Simple RGB scheme */ 00010 void predef_lut_rgbk (int xfer); /* RGB scheme with 0=bk */ 00011 void predef_lut_fire (int xfer); /* NIH Image "FIRE" map */ 00012 void predef_lut_saturation (int xfer); /* Saturation map */ 00013 00014 00015 00016 /* GUI control window */ 00017 00018 void lut_main (); 00019 00020 void bright_contrast_main (); 00021 00022 00023 #endif