PhotoshopCC 2015.5
Enumeration

Intent

The color conversion intent.

Values

NameType AccessDescription
Int = 4 readonly Aims to maintain color accuracy at the expense of preserving relationships between colors and is suitable for proofing to simulate the output of a particular device. This intent is particularly useful for previewing how paper color affects printed colors.
Int = 1 readonly Gives priority to colors for which the human eye has greater sensitivity.
Int = 3 readonly 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.
Int = 2 readonly Tries to produce vivid colors in an image at the expense of color accuracy.

Object of 1

Properties elsewhere that hold an Intent value.

Parameter of 2

Method parameters that accept an Intent value.