diff options
Diffstat (limited to 'base/gsicc.h')
-rw-r--r-- | base/gsicc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/gsicc.h b/base/gsicc.h index 8a3d6837..28347acc 100644 --- a/base/gsicc.h +++ b/base/gsicc.h @@ -35,4 +35,8 @@ extern cs_proc_remap_color(gx_remap_ICC_imagelab); int gx_change_color_model(gx_device *dev, int num_comps, int bit_depth); +int gx_remap_ICC_with_link(const gs_client_color * pcc, const gs_color_space * pcs, + gx_device_color * pdc, const gs_gstate * pgs, gx_device * dev, + gs_color_select_t select, gsicc_link_t *icc_link); + #endif /* gsicc_INCLUDED */ |