Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ConversionMethodFlags Enumeration
See Also  
Leadtools.ColorConversion Namespace : ConversionMethodFlags Enumeration



Indicated the conversion method, or the conversion parameter to be change.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ConversionMethodFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ConversionMethodFlags
C# 
[FlagsAttribute()]
public enum ConversionMethodFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class ConversionMethodFlags : public Enum 

Members

MemberDescription
None Do Nothing.
UseBuiltIn For equations.
UseIcc For profiles.
UseCustomIcc For custom profiles.
UseEmulationTables For emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only.
UseCustomEmulationTables For custom emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only.
UseAuto For best conversion.
UseAll For all of the above.
ChangeActiveMethod Change the active method.
ChangeCustomProfiles Change profiles.
ChangeWhitePoint Change white point.
ChangeEmulationTables Change emulation tables.
ChangeCmyk Change CMYK parameters.
ChangeYuv Change YUV parameters.
ChangeLab Change Lab parameters.
ChangeAll All the changes above (ActiveMethod, Profiles, WhitePoint, EmulationTables, Cmyk, Yuv, and Lab).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ColorConversion.ConversionMethodFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also