XcmsCCCOfColormap() XcmsCCCOfColormap() Name XcmsCCCOfColormap - get the Color Conversion Context of a colormap. Synopsis XcmsCCC XcmsCCCOfColormap(display, colormap) Display *display; Colormap colormap; Arguments display Specifies the connection to the X server. colormap Specifies the colormap for which the CCC is to be returned. Returns The Color Conversion Context. 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 modi- fied 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(), XcmsScreenNum- berOfCCC(), XcmsScreenWhitePointOfCCC(), XcmsSetCCCOfColormap(), XcmsSetCompressionProc(), XcmsSetWhiteAdjustProc(), XcmsSetWhitePoint(), XcmsVisualOfCCC(). Xlib - Device-independent Color XcmsCCCOfColormap()