Harlequin RIP SDK
sw_htm_colorant_info Struct Reference

Information about a colorant in a raster. More...

#include "swhtm.h"

Data Fields

unsigned int separation
 The separation to which this entry refers. More...
 
unsigned int channel
 The index of the channel, within the separation, to which this colorant is mapped. More...
 
sw_htm_coloranttype colorant_type
 The type of colorant.
 
sw_htm_colorant_handling special_handling
 Any special handling which should be applied to the colorant.
 
uint8name
 The name of the colorant.
 
size_t name_len
 The length of name.
 
uint8original_name
 The original name of the colorant. More...
 
size_t original_name_len
 The length of original_name.
 

Detailed Description

Information about a colorant in a raster.

Field Documentation

◆ channel

unsigned int sw_htm_colorant_info::channel

The index of the channel, within the separation, to which this colorant is mapped.

The first channel is index 0.

◆ original_name

uint8* sw_htm_colorant_info::original_name

The original name of the colorant.

This is often the same as name.

◆ separation

unsigned int sw_htm_colorant_info::separation

The separation to which this entry refers.

The first separation is number 1.


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