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().
Christophe Tronche, ch@tronche.com