LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ConversionMethodFlags Enumeration

Show in webframe





Indicated the conversion method, or the conversion parameter to be change.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ConversionMethodFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ConversionMethodFlags

            

            
[FlagsAttribute()]
public enum class ConversionMethodFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneDo Nothing.
0x00000001UseBuiltInFor equations.
0x00000001ChangeActiveMethodChange the active method.
0x00000002UseIccFor profiles.
0x00000002ChangeCustomProfilesChange profiles.
0x00000004ChangeWhitePointChange white point.
0x00000004UseCustomIccFor custom profiles.
0x00000008ChangeEmulationTablesChange emulation tables.
0x00000008UseEmulationTablesFor emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only.
0x00000010UseCustomEmulationTablesFor custom emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only.
0x00000010ChangeCmykChange CMYK parameters.
0x00000020UseAutoFor best conversion.
0x00000020ChangeYuvChange YUV parameters.
0x0000003FUseAllFor all of the above.
0x00000040ChangeLabChange Lab parameters.
0x0000007FChangeAllAll 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

See Also

Reference

Leadtools.ColorConversion Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.