Leadtools.ColorConversion Namespace : ConversionMethodFlags Enumeration |
[FlagsAttribute()] public enum ConversionMethodFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ConversionMethodFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ConversionMethodFlags
[FlagsAttribute()] public enum ConversionMethodFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ColorConversion.ConversionMethodFlags = function() { }; Leadtools.ColorConversion.ConversionMethodFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class ConversionMethodFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ChangeActiveMethod | Change the active method. |
ChangeAll | All the changes above (ActiveMethod, Profiles, WhitePoint, EmulationTables, Cmyk, Yuv, and Lab). |
ChangeCmyk | Change CMYK parameters. |
ChangeCustomProfiles | Change profiles. |
ChangeEmulationTables | Change emulation tables. |
ChangeLab | Change Lab parameters. |
ChangeWhitePoint | Change white point. |
ChangeYuv | Change YUV parameters. |
None | Do Nothing. |
UseAll | For all of the above. |
UseAuto | For best conversion. |
UseBuiltIn | For equations. |
UseCustomEmulationTables | For custom emulation tables. This option is valid for CMYK to RGB, RGB to CIELab, and CIELab to RGB conversions only. |
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. |
UseIcc | For profiles. |
System.Object
System.ValueType
System.Enum
Leadtools.ColorConversion.ConversionMethodFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2