ImageGear23.Core Assembly > ImageGear.Core Namespace : ImGearRenderingIntents Enumeration |
'Declaration Public Enum ImGearRenderingIntents Inherits System.Enum
'Usage Dim instance As ImGearRenderingIntents
public enum ImGearRenderingIntents : System.Enum
__value public enum ImGearRenderingIntents : public System.Enum
public enum class ImGearRenderingIntents : public System.Enum
Member | Value | Description |
---|---|---|
ABSOLUTE_COLORIMETRIC | 3 | Absolute 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. |
PERCEPTUAL | 0 | Perceptual 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_COLORIMETRIC | 1 | Relative 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. |
SATURATION | 2 | Saturation 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. |
System.Object
System.ValueType
System.Enum
ImageGear.Core.ImGearRenderingIntents