void XcmsFreeCCC(XcmsCCC ccc);
Specifies the connection to the X server.
Specifies the CCC.
Specifies the Client White Point. If NULL is specified, the Client White Point is to be assumed to be the same as the Screen White Point. Note that the pixel member is ignored.
Specifies client data for use by the gamut compression procedure or NULL.
Specifies the gamut compression procedure that is to be applied when a color lies outside the screen's color gamut. If NULL is specified and a function using this CCC must convert a color specification to a device-dependent format and encounters a color that lies outside the screen's color gamut, that function will return XcmsFailure.
Specifies the appropriate screen number on the host server.
Specifies the visual type.
Specifies client data for use with the white point adjustment procedure or NULL.
Specifies the white adjustment procedure that is to be applied when the Client White Point differs from the Screen White Point. NULL indicates that no white point adjustment is desired.
The XcmsFreeCCC function frees the memory used for the specified CCC. Note that default CCCs and those currently associated with colormaps are ignored.