←Select platform

ConversionMethodFlags Enumeration

Summary

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

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum ConversionMethodFlags 
  
<FlagsAttribute()> 
Public Enum ConversionMethodFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class ConversionMethodFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly