DelComp
DelComp Removes a color inversion procedure from the device's list
#include <Quickdraw.h> Color Manager
void DelComp( compProc );
ProcPtr compProc ; pointer to a disposable complement procedure
DelComp removes a complement procedure from the device record's list. It
disposes of the chain element, but not the ProcPtr. You would use this to delete
a custom CompProc.
compProc is the disposable complement procedure
Returns: none