Important: The information in this document is obsolete and should not be used for new development.
DelComp
Removes a custom complement function from the currentGDevice
data structure's list of complement functions.DelComp
disposes of the chain element but does nothing to theProcPtr
data structure.
pascal void DelComp (ColorComplementProcPtr compProc);
compProc
- A pointer to the complement function to be deleted. See MyCompProc (page 5-18).