Harlequin RIP SDK

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...
 

Detailed Description

A structure containing information about a custom color space.

Field Documentation

◆ name

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.

◆ num_input_channels

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.

◆ num_output_channels

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.


The documentation for this struct was generated from the following file: