ImageGear for Java
ImGearRenderingIntents Enumeration
Lists identifiers that controls how colors are transformed during color space conversion using color profiles.
Members
MemberDescription
ABSOLUTE_COLORIMETRICAbsolute colorimetric, also known as Match intent, changes only the colors that cannot be represented in the new gamut. They are changed to the nearest colors in the new gamut. The white point is preserved.
PERCEPTUALPerceptual intent, also known as Picture intent, is the most commonly used intent. It scales all colors in the gamut to fit the new color space, preserving gray balance at the possible expense of colorimetric accuracy.
RELATIVE_COLORIMETRICRelative colorimetric intent, also known as Proof intent, changes only the colors that cannot be represented in the new gamut. They are changed to the nearest colors in the new gamut. The white point is not preserved.
SATURATIONSaturation intent, also known as Graphic intent, preserves the saturation of the image at the possible expense of hue and lightness. It is intended for graphics such as charts.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.core.ImGearRenderingIntents

See Also

Reference

com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback