PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

GetGamma (csCode = 8)

The GetGamma routine returns a pointer to the current gamma table.

OSErr = Status(theDeviceRefNum, cscGetGamma, &theVDGammaRecord );
<-- csGTable
Pointer to gamma table

The calling application cannot preallocate memory because of the unknown size requirements of the gamma data structure.


© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)