RenderIntent
Namespace: datalogics_interface
Description
Constants that specify a standard ICC rendering intent for a device color profile. The rendering intent specifies the color translation method for colors that are outside the gamut of the color profile.
Values
- Perceptual
Preserves visual relationships between colors as perceived by the human eye, even if individual values shift. Suitable for photographic, continuous-tone images.
- RelColorimetric
Like absolute colorimetric but compares source and destination white points and shifts other colors accordingly.
- Saturation
Favors vivid color over accurate color; preserves saturation rather than hue when scaling gamuts. Suitable for charts and business graphics.
- AbsColorimetric
Maintains color accuracy at the expense of inter-color relationships. Colors inside the destination gamut are unchanged.
- UseProfileIntent
Use the source profile's rendering intent.
- UseGStateIntent
Use the source intent for the destination intent.