Code common to all CMM examples. More...
#include "std.h"#include "hqmemcmp.h"#include "skinkit.h"#include "skinmon.h"#include "swcmm.h"#include "cmm_common.h"Functions | |
| void * | cmmegMemAlloc (sw_memory_instance *instance, size_t n) |
| Allocate CMM memory. More... | |
| void | cmmegMemFree (sw_memory_instance *instance, void *p) |
| Release CMM memory. More... | |
| HqBool | cmmegCheckExtraKeys (sw_datum *params, sw_data_match paramsMatch[], int paramsMatchLen, sw_data_api *dataapi) |
Helper function for construct callbacks for both alternate CMMs and custom color space CMMs. It checks whether there are any unrecognised keys in the params dictionary that is optionally passed to CMMs. More... | |
Code common to all CMM examples.