←Select platform

ConversionMethodFlags Enumeration

Summary
Indicated the conversion method, or the conversion parameter to be change.
Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum ConversionMethodFlags 
[FlagsAttribute()] 
public enum class ConversionMethodFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ConversionMethodFlags(Enum): 
   None = 0 
   ChangeActiveMethod = 1 
   ChangeActiveMethod = 1 
   ChangeCustomProfiles = 2 
   ChangeCustomProfiles = 2 
   ChangeWhitePoint = 4 
   ChangeWhitePoint = 4 
   ChangeEmulationTables = 8 
   ChangeEmulationTables = 8 
   ChangeCmyk = 16 
   ChangeCmyk = 16 
   ChangeYuv = 32 
   ChangeYuv = 32 
   UseAll = 63 
   ChangeLab = 64 
   ChangeAll = 127 
Members
ValueMemberDescription
0x00000000NoneDo Nothing.
0x00000001ChangeActiveMethodChange the active method.
0x00000001UseBuiltInFor equations.
0x00000002ChangeCustomProfilesChange profiles.
0x00000002UseIccFor 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.
0x00000010ChangeCmykChange CMYK parameters.
0x00000010UseCustomEmulationTablesFor custom emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only.
0x00000020ChangeYuvChange YUV parameters.
0x00000020UseAutoFor best conversion.
0x0000003FUseAllFor all of the above.
0x00000040ChangeLabChange Lab parameters.
0x0000007FChangeAllAll the changes above (ActiveMethod, Profiles, WhitePoint, EmulationTables, Cmyk, Yuv, and Lab).
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.