/* lightness.h: lightness tone map */ #ifndef _TM_LIGHTNESS_H_ #define _TM_LIGHTNESS_H_ #include "tonemapping.h" extern TONEMAP TM_Lightness; #endif /*_TM_LIGHTNESS_H_*/