Accusoft.PrintProSdk Namespace : IcmRenderIntent Enumeration |
'Declaration Public Enum IcmRenderIntent Inherits System.Enum
'Usage Dim instance As IcmRenderIntent
public enum IcmRenderIntent : System.Enum
__value public enum IcmRenderIntent : public System.Enum
public enum class IcmRenderIntent : public System.Enum
Member | Value | Description |
---|---|---|
AbsoluteColormetric | 3 | The white point is preserved. Spatial color distance to white point changes but not the white point itself. (Absolute Colormetric) |
Business | 1 | Only colors outside of gamut moved to closest inside value. White Point is not preserved. (Relative Colormetric) |
Graphics | 2 | Preserve color saturation at expense of hue and lightness. Colors are vibrant but not accurate. (Saturation) |
Images | 0 | Gamut of image fits (shrinks or expands) and fills the destination device gamut. Spatial distance of colors are relatively scaled for all color to fit within the gamut of the device. (Perceptual). |
None | -1 | Disables Image Color Management. |
System.Object
System.ValueType
System.Enum
Accusoft.PrintProSdk.IcmRenderIntent