NAME
XcmsCCCOfColormap − get the Color Conversion Context (CCC) of a colormap.
Synopsis
XcmsCCC XcmsCCCOfColormap(display, colormap)
Display *display;
Colormap colormap;
Arguments
displaySpecifies the connection to the X server.
colormapSpecifies the colormap for which the CCC is to be returned.
Availability
Release 5 and later.
Description
XcmsCCCOfColormap() returns the CCC associated with the specified colormap. This CCC is used implicitly when the specified colormap is used as an argument to many Xcms device-independent color functions. XcmsCCCOfColormap() returns the CCC so that its contents can be modified and/or so it can be passed explicitly to color conversion functions that do not take a colormap argument (e.g., XcmsConvertColors()).
See Also
XcmsCreateCCC(), XcmsClientWhitePointOfCCC(), XcmsConvertColors(), XcmsDefaultCCC(), XcmsDisplayOfCCC(), XcmsFreeCCC(), XcmsScreenNumberOfCCC(), XcmsScreenWhitePointOfCCC(), XcmsSetCCCOfColormap(), XcmsSetCompressionProc(), XcmsSetWhiteAdjustProc(), XcmsSetWhitePoint(), XcmsVisualOfCCC().
Copyright O’Reilly & Assoc. —