ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/color.h
(Generate patch)

Comparing ray/src/common/color.h (file contents):
Revision 1.10 by greg, Tue Mar 19 12:06:33 1991 UTC vs.
Revision 1.11 by greg, Thu Apr 18 12:54:22 1991 UTC

# Line 68 | Line 68 | typedef float  COLOR[3];       /* red, green, blue */
68   #define  YDECR                  2
69   #define  YMAJOR                 4
70  
71 +                                /* picture format identifier */
72 + #define  COLRFMT                "32-bit_rle_rgbe"
73 +
74                                  /* macros for exposures */
75   #define  EXPOSSTR               "EXPOSURE="
76   #define  EXPOSSTRL              9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines