XcmsFreeCCC() XcmsFreeCCC()
Name
XcmsFreeCCC - free a Color Conversion Context (CCC).
Synopsis
void XcmsFreeCCC(ccc)
XcmsCCC ccc;
Arguments
ccc Specifies the color conversion context.
Availability
Release 5 and later.
Description
XcmsFreeCCC() frees the memory used for the specified CCC. Note that calls to free default CCCs or to free CCCs currently associated with
colormaps are ignored.
See Also
XcmsCreateCCC(), XcmsCCCOfColormap(), XcmsDefaultCCC().
Xlib - Device-independent Color XcmsFreeCCC()