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.
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 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().
Xlib Reference Manual