Code Example
In the following example, there are four different pages (PAGEFORMATs) with RENDER commands defined.
- The first page RENDER command defines the RI for IOCA objects as perceptual.
- The second page RENDER command defines the RI for non-OCA objects as saturation.
- The third page RENDER command defines the RI for PTOCA objects as media-relative colorimetric.
- The fourth page RENDER command defines the RI for all supported objects.
Example
PAGEDEF cmrXm6 REPLACE yes;
PAGEFORMAT pf6a;
RENDER IOCA perceptual;
PRINTLINE;
PAGEFORMAT pf6b;
RENDER OBJC saturation;
PRINTLINE;
PAGEFORMAT pf6c;
RENDER PTOCA relcm;
PRINTLINE;
PAGEFORMAT pf6d;
RENDER OBJC abscm IOCA relcm PTOCA satur GOCA percp;
PRINTLINE;