Header for linking the custom color space module with the Hybrid module. More...
#include "swcmm.h"Functions | |
| sw_cmm_result | ccs_open_custom_colorspace (sw_cmm_instance *instance, uint32 index, sw_cmm_profile *handle) |
| Create an internal profile structure for a custom colorspace. More... | |
| void | ccs_close_profile (sw_cmm_instance *instance, sw_cmm_profile profile) |
| Close a profile with a handle previously created with ccs_open_custom_colorspace(). More... | |
| sw_cmm_custom_colorspace * | ccs_declare_custom_colorspace (sw_cmm_instance *instance, uint32 index) |
| Declare a custom color space to the RIP. More... | |
| sw_cmm_result | ccs_open_transform (sw_cmm_instance *instance, sw_cmm_profile profiles[], uint32 num_profiles, int32 intents[], HqBool black_point_compensations[], uint32 *num_input_channels, uint32 *num_output_channels, sw_cmm_transform *handle) |
| Create a transform structure. More... | |
| void | ccs_close_transform (sw_cmm_instance *instance, sw_cmm_transform transform) |
| Close a transform previously opened with ccs_open_transform(). More... | |
| sw_cmm_result | ccs_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... | |
Header for linking the custom color space module with the Hybrid module.