gifFileColorTable


in gifFile.h


typedef struct gifFileColorTable { 
unsigned char r;
unsigned char g;
unsigned char b;
} gifFileColorTable;