LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IccRenderingIntentType Enumeration
See Also  
Leadtools.ColorConversion Namespace : IccRenderingIntentType Enumeration



Flags that indicate which rendering intent should be used.

Syntax

Visual Basic (Declaration) 
Public Enum IccRenderingIntentType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As IccRenderingIntentType
C# 
public enum IccRenderingIntentType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class IccRenderingIntentType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AbsoluteColorimetricIcc-absolute colorimetric intent.
PerceptualPerceptual rendering intent.
RelativeColorimetricMedia-relative colorimetric rendering intent.
SaturationSaturation rendering intent.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.IccRenderingIntentType

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also