Adobe InDesign CS5 Server (7.0) Object Model JS: DefaultRenderingIntent
From InDesign Server CS5
The default rendering intent.
Value
| Name | Description | Value |
|---|---|---|
| DefaultRenderingIntent.ABSOLUTE_COLORIMETRIC | Aims to maintain color accuracy at the expense of color relationshps and is suitable for proofing to simulate the output of a particular device. Note: Leaves colors that fall inside the destination gamut unchanged and clips out-of-gamut colors. | 1380540771 = 'RIac' |
| DefaultRenderingIntent.PERCEPTUAL | Aims to preserve the visual relationship between colors so they are perceived as natural to the human eye, even though the color values themselves may change. | 1380544611 = 'RIpc' |
| DefaultRenderingIntent.RELATIVE_COLORIMETRIC | Compares the extreme highlight of the source color space to that of the destination color space and shifts all colors accordingly. Out-of-gamut colors are shifted to the closest reproducible color in the destination color space. Note: Preserves more of the original colors in an image than perceptual rendering intent does. | 1380545123 = 'RIrc' |
| DefaultRenderingIntent.SATURATION | Tries to produce vivid colors in an image at the expense of color accuracy. | 1380545377 = 'RIsa' |
Usage
As property
ColorSetting.intent
| Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |