CMM Implementation of an example module that preserves pure colors and uses the RIP's built-in ICC CMM for non-pure colors.
More...
|
static sw_cmm_result | purecolor_construct (sw_cmm_instance *instance) |
| Construct an instance of the sw_cmm_api interface. More...
|
|
static sw_cmm_result | purecolor_open_profile (sw_cmm_instance *instance, sw_blob_instance *ICC_profile, sw_cmm_profile *handle) |
| Create an internal profile structure for ICC profile data stored in memory. More...
|
|
static void | purecolor_close_profile (sw_cmm_instance *instance, sw_cmm_profile profile) |
| Close a profile with a handle previously created by purecolor_open_profile(). More...
|
|
static sw_cmm_result | purecolor_open_transform2 (sw_cmm_instance *instance, sw_cmm_profile profiles[], uint32 num_profiles, int32 intents[], HqBool black_point_compensations[], HqBool compositing, sw_cmm_object_type object_type, sw_cmm_color_model color_model, uint32 *num_input_channels, uint32 *num_output_channels, sw_cmm_transform *handle) |
| Create a transform structure for the example CMM. More...
|
|
void | purecolor_close_transform (sw_cmm_instance *instance, sw_cmm_transform transform) |
| Close a transform previously opened with purecolor_open_transform2(). More...
|
|
static sw_cmm_result | purecolor_invoke_transform (sw_cmm_instance *instance, sw_cmm_transform transform, float *input_data, float *output_data, uint32 num_pixels) |
| Use the specified transform to adjust color data. More...
|
|
sw_cmm_api * | purecolor_getInstance () |
| Return the singleton instance of a sw_cmm_api object containing details specific to Pure Color CMM example module. More...
|
|
CMM Implementation of an example module that preserves pure colors and uses the RIP's built-in ICC CMM for non-pure colors.