#include <Quickdraw.h>
typedef struct ColorTable { Size Offset Description long ctSeed; 4 0 Unique identifier
short ctFlags; 2 4 Flags describing specArray
short ctSize; 2 6 CtTable entries minus one
typedef ColorTable * CTabPtr;
typedef ColorTable ** CTabHandle;