A structure containing information about a custom color space. More...
#include "swccs.h"
Data Fields | |
| const unsigned char * | name |
| A zero-terminated name, used to select between the implementation's custom color spaces. More... | |
| uint32 | num_input_channels |
| The number of input channels for the custom color space. More... | |
| uint32 | num_output_channels |
| The number of output channels for the custom color space. More... | |
A structure containing information about a custom color space.
| const unsigned char* sw_ccs_custom_colorspace::name |
A zero-terminated name, used to select between the implementation's custom color spaces.
This string is used in the PostScript language color space in the RIP configuration.
| uint32 sw_ccs_custom_colorspace::num_input_channels |
The number of input channels for the custom color space.
This is not directly used by the RIP, but it must correspond to the input color space used in the PostScript language configuration. See Color spaces and color management in the Extensions Manual.
| uint32 sw_ccs_custom_colorspace::num_output_channels |
The number of output channels for the custom color space.
This is not directly used by the RIP, but it must correspond to the input color space used in the PostScript language configuration. See Color spaces and color management in the Extensions Manual.