This class represents a DeviceN or multi-separation color space.

A DeviceN color space represents a set of custom colors. Most typically these are spot colors used in printing.

For example the conventional color space for printing is CMYK and for that you can use the DeviceCMYK color space.

However processes like Hexachrome added orange and green inks to better represent a wider range of colors.

Using a DeviceN color space you can specify a CMYKOG color space which will print correctly on a Hexachrome printer.

The DeviceN color space includes a conversion function so that it will also provide a good representation on screen and on normal CMYK printers.

This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Section: 8.6.6.5, page 159.

DeviceN extends the Separation concept to multiple colorants, allowing a single color space to address several named channels simultaneously. Each component in a DeviceN color corresponds to one named colorant.

The names array lists the colorant names in the same order as the component values. As with Separation, the special names All and None have defined behaviours.

The alternate color space and tint transform function provide a fallback for devices that cannot render one or more of the named colorants. The tint transform maps all DeviceN component values to the alternate space.

The optional attributes dictionary adds metadata about the colorants, including solidities, printing order, and mixing hints. These values assist rendering and soft-proofing software in producing accurate simulations.

DeviceN is commonly used in prepress workflows to describe multi-ink combinations, including HiFi color systems that use more than four process inks.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.ColorSpaceElement
          WebSupergoo.ABCpdf14.Elements.DeviceNColorSpaceElement

 

   
   
Method
Description
DeviceNColorSpaceElement Create a new DeviceNColorSpaceElement.
inherited methods...

 

   
   
Property
Description
EntryNames This property represents the names of the colors within the DeviceN color space.
EntryAlternateColorSpace This property represents the alternate color space for this DeviceN color space.
EntryTintTransform This property represents the tint transform function.
EntryAttributes This property represents addition attributes specific to this color space.
inherited properties...