6 // color models for transfers
7 // Want to abstract the color model down to the pixel level so pass
8 // the color model to the transfer routine.
10 #define FILEBASE_GREY 1
11 #define FILEBASE_YUV 2
12 #define FILEBASE_RAW 3
13 #define FILEBASE_RGBA 4