Indicated the conversion method, or the conversion parameter to be change.
[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
Value | Member | Description |
---|---|---|
0x00000000 | None | Do Nothing. |
0x00000001 | ChangeActiveMethod | Change the active method. |
0x00000001 | UseBuiltIn | For equations. |
0x00000002 | ChangeCustomProfiles | Change profiles. |
0x00000002 | UseIcc | For profiles. |
0x00000004 | ChangeWhitePoint | Change white point. |
0x00000004 | UseCustomIcc | For custom profiles. |
0x00000008 | ChangeEmulationTables | Change emulation tables. |
0x00000008 | UseEmulationTables | For emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only. |
0x00000010 | ChangeCmyk | Change CMYK parameters. |
0x00000010 | UseCustomEmulationTables | For custom emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only. |
0x00000020 | ChangeYuv | Change YUV parameters. |
0x00000020 | UseAuto | For best conversion. |
0x0000003F | UseAll | For all of the above. |
0x00000040 | ChangeLab | Change Lab parameters. |
0x0000007F | ChangeAll | All the changes above (ActiveMethod, Profiles, WhitePoint, EmulationTables, Cmyk, Yuv, and Lab). |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document