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. | |
uint8 * | name |
The name of the colorant. | |
size_t | name_len |
The length of name. | |
uint8 * | original_name |
The original name of the colorant. More... | |
size_t | original_name_len |
The length of original_name. | |
Information about a colorant in a raster.
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.
uint8* sw_htm_colorant_info::original_name |
The original name of the colorant.
This is often the same as name.
unsigned int sw_htm_colorant_info::separation |
The separation to which this entry refers.
The first separation is number 1.