Example of a PostScript device type to implement named color lookup. More...
Data Structures | |
struct | ncdev_color_t |
struct | ncdev_details_t |
Macros | |
#define | NCDEV_MAX_CHANNELS 8 |
Typedefs | |
typedef struct ncdev_color_t | ncdev_color_t |
typedef struct ncdev_details_t | ncdev_details_t |
Example of a PostScript device type to implement named color lookup.
#define NCDEV_MAX_CHANNELS 8 |
The maximum number of channels in the color space after conversion by this device.
typedef struct ncdev_color_t ncdev_color_t |
A structure to store solid values in the output color space of a single named color entry.
typedef struct ncdev_details_t ncdev_details_t |
A structure to hold details about each named color device instance.