(v13) Usages


This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP


Object-based color management may be used in a number of places within the setinterceptcolorspace and setreproduction operators.

The keys in setinterceptcolorspace that accept only an object type are:

  • /DeviceCMYK

  • /DeviceRGB

  • /DeviceGray

  • /BlendCMYK

  • /BlendRGB

  • /BlendGray

  • /SourceCMYK

  • /SourceRGB

  • /SourceGray

  • /OverrideCMYK

  • /OverrideRGB

  • /OverrideGray

Examples of the use of an object-based dictionary to be used with these keys are:

/DeviceCMYK <<
    /Default <color-space>
    /Picture <color-space>
>>
/DeviceCMYK <<
    /Picture <color-space>
    /Text <color-space>
    /Vignette <color-space>
    /Other <color-space>
>>

The keys in setinterceptcolorspace that accept object type and color model combinations are:

  • /Black

  • /BlackTint

The keys in setreproduction that accept object type and color model combinations are:

Examples of the use of an object-based dictionary to be used with these keys are:

/InputColorSpace <<
    /Default <color-space>
    /Picture << /Default <color-space> >>
>>
/InputColorSpace <<
     /Picture << /Default <color-space> >>
     /Text << /Default <color-space> >>
     /Vignette << /Default <color-space> >>
     /Other << /Default <color-space> >>
>>
/InputColorSpace <<
     /Default <color-space>
     /Picture <<
         /Default <color-space>
         /RGB <color-space>
     >>
>>
/InputColorSpace <<
     /Default <color-space>
     /Picture <<
          /CMYK <color-space>
          /RGB <color-space>
          /Gray <color-space>
          /NamedColor <color-space>
          /CIE <color-space>
     >>
>>