A structure containing information about a custom colorspace. More...
#include "swcmm.h"
Data Fields | |
const unsigned char * | name |
A zero-terminated name, used to select between the implementation's custom colorspaces. More... | |
uint32 | num_input_channels |
The number of input channels for the custom colorspace. More... | |
uint32 | num_output_channels |
The number of output channels for the custom colorspace. More... | |
A structure containing information about a custom colorspace.
To the rip, a custom colorspace is an arbitrary conversion of color values. To the alternate CMM, it is a means of implementing non-ICC color conversions.
const unsigned char* sw_cmm_custom_colorspace::name |
A zero-terminated name, used to select between the implementation's custom colorspaces.
This string is used in the PostScript language colorspace in the RIP configuration.
uint32 sw_cmm_custom_colorspace::num_input_channels |
The number of input channels for the custom colorspace.
This is not directly used by the RIP, but it must correspond to the input colorspace used in the PostScript language configuration. See Color spaces and color management in the Extensions Manual.
uint32 sw_cmm_custom_colorspace::num_output_channels |
The number of output channels for the custom colorspace.
This is not directly used by the RIP, but it must correspond to the input colorspace used in the PostScript language configuration. See Color spaces and color management in the Extensions Manual.