Carbon


GammaTbl

Header: Quickdraw.h

struct GammaTbl {
    SInt16 gVersion; 
    SInt16 gType; 
    SInt16 gFormulaSize; 
    SInt16 gChanCnt; 
    SInt16 gDataCnt; 
    SInt16 gDataWidth; 
    SInt16 gFormulaData[1];
};
typedef GammaTbl GammaTblPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)