Xlib Programming Manual: Creating and Freeing a Color Conversion Context 6.8.5 Creating and Freeing a Color Conversion Context You can explicitly create a CCC within your application by calling XcmsCreateCCC(). These created CCCs can then be used by those functions that explicitly call for a CCC argument. Old CCCs that will not be used by the application should be freed using XcmsFreeCCC(). To create a CCC, use XcmsCreateCCC(). To free a CCC, use XcmsFreeCCC(). Next: Converting Between Color Spaces Christophe Tronche, ch.tronche@computer.org