Adobe InDesign CS6 (8.0) Object Model JS: DefaultRenderingIntent

InDesign CS6

 The default rendering intent.

Value

NameDescriptionValue
DefaultRenderingIntent.ABSOLUTE_COLORIMETRICAims 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.PERCEPTUALAims 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_COLORIMETRICCompares 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.SATURATIONTries to produce vivid colors in an image at the expense of color accuracy.1380545377 = 'RIsa'

Usage

As property

ColorSetting.intent

Jongware, 28-Apr-2012 v3.0.3hContents :: Index