Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ConversionMethodFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum ConversionMethodFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum ConversionMethodFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ConversionMethodFlags : public Enum |
Member | Description |
---|---|
None | Do Nothing. |
UseBuiltIn | For equations. |
UseIcc | For profiles. |
UseCustomIcc | For custom profiles. |
UseEmulationTables | For emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only. |
UseCustomEmulationTables | For custom emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only. |
UseAuto | For best conversion. |
UseAll | For all of the above. |
ChangeActiveMethod | Change the active method. |
ChangeCustomProfiles | Change profiles. |
ChangeWhitePoint | Change white point. |
ChangeEmulationTables | Change emulation tables. |
ChangeCmyk | Change CMYK parameters. |
ChangeYuv | Change YUV parameters. |
ChangeLab | Change Lab parameters. |
ChangeAll | All the changes above (ActiveMethod, Profiles, WhitePoint, EmulationTables, Cmyk, Yuv, and Lab). |
System.Object
System.ValueType
System.Enum
Leadtools.ColorConversion.ConversionMethodFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family