NAME
XcmsSetCCCOfColormap − change the Color Conversion Context (CCC) associated with a colormap.
Synopsis
XcmsCCC XcmsSetCCCOfColormap(display, colormap, ccc)
Display *display;
Colormap colormap;
XcmsCCC ccc;
Arguments
displaySpecifies the connection to the X server.
colormapSpecifies the colormap.
cccSpecifies the CCC.
Availability
Release 5 and later.
Description
XcmsSetCCCOfColormap() changes the CCC associated with the specified colormap. It returns the CCC previously associated with the colormap. If the previous CCC is not used again in the application, it should be freed by calling XcmsFreeCCC().
See Also
XcmsCCCOfColormap(), XcmsCreateCCC(), XcmsFreeCCC().
Copyright O’Reilly & Assoc. —