Go to the source code of this file.
|  | 
| const byte | PERCEPTUAL =0 | 
|  | Also known as the image intent, this rendering intent aims to preserve the visual relationship between colors in a way that is perceived as natural to the human eye, although the color values themselves may change. 
 | 
| const byte | SATURATION =1 | 
|  | The rendering intent for business graphics that maintains vivid color at the expense of accurate color. 
 | 
| const byte | RELATIVE_COLORIMETRIC =2 | 
|  | The rendering intent almost identical to Absolute Colorimetric except for the following difference: Relative Colorimetric compares the white point (extreme highlight) of the source color space to that of the destination color space and shifts all colors accordingly. 
 | 
| const byte | ABSOLUTE_COLORIMETRIC =3 | 
|  | The rendering intent that leaves colors that fall inside the destination gamut unchanged. 
 |