Click or drag to resize

RenderingIntent Enumeration

Indicates different methods to create a color rendering as defined by the International Color Consortium (ICC).

Namespace:  Atalasoft.Imaging.ColorManagement
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum RenderingIntent
Members
  Member nameDescription
Pictures Known as perceptual intent in the ICC specification, causes the full gamut to be compressed or expanded to full the gamut of the destination device. Most suitable for photographic images and is usually the default intent.
Proof Known as the colorimetric intent in the ICC specification, causes colors that fall outside the range of the output device to be set to the nearest color while leaving the other colors unchanged. Does not preserve the white point and is commonly used for proofing printed material.
Graphics Known as the Saturation intent in the ICC specification, it preserves the saturation of colors as the expense of hue and lightness. Commonly used for business graphics.
Match Known as the absolute colorimetric intent in the ICC specification, causes colors that fall outside the range of the output device to be set to the nearest color while leaving the other colors unchanged. Preserves the white point.
Remarks
See http://msdn.microsoft.com for more information on rendering intents.
See Also