←Select platform

IccRenderingIntentType Enumeration

Summary
Flags that indicate which rendering intent should be used.
Syntax
C#
C++/CLI
Python
public enum IccRenderingIntentType 
public enum class IccRenderingIntentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class IccRenderingIntentType(Enum): 
   Perceptual = 0 
   RelativeColorimetric = 1 
   Saturation = 2 
   AbsoluteColorimetric = 3 
Members
ValueMemberDescription
0PerceptualPerceptual rendering intent.
1RelativeColorimetricMedia-relative colorimetric rendering intent.
2SaturationSaturation rendering intent.
3AbsoluteColorimetricIcc-absolute colorimetric intent.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.