--- ray/src/common/color.h 1991/03/19 12:06:33 1.10 +++ ray/src/common/color.h 1991/04/18 12:54:22 1.11 @@ -68,6 +68,9 @@ typedef float COLOR[3]; /* red, green, blue */ #define YDECR 2 #define YMAJOR 4 + /* picture format identifier */ +#define COLRFMT "32-bit_rle_rgbe" + /* macros for exposures */ #define EXPOSSTR "EXPOSURE=" #define EXPOSSTRL 9