typedef COLOR * PCOLOR;
colordef.h
A Pointer to COLOR. Probably an array of color (a block of pixels for instance)
Types