LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ConversionMethodFlags
C# 
[FlagsAttribute()]
public enum ConversionMethodFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class ConversionMethodFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ChangeActiveMethodChange the active method.
ChangeAllAll the changes above (ActiveMethod, Profiles, WhitePoint, EmulationTables, Cmyk, Yuv, and Lab).
ChangeCmykChange CMYK parameters.
ChangeCustomProfilesChange profiles.
ChangeEmulationTablesChange emulation tables.
ChangeLabChange Lab parameters.
ChangeWhitePointChange white point.
ChangeYuvChange YUV parameters.
NoneDo Nothing.
UseAllFor all of the above.
UseAutoFor best conversion.
UseBuiltInFor equations.
UseCustomEmulationTablesFor custom emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only.
UseCustomIccFor custom profiles.
UseEmulationTablesFor emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only.
UseIccFor profiles.

Inheritance Hierarchy

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

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