Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ConversionMethodFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ConversionMethodFlags |
C# | |
---|---|
[FlagsAttribute()] public enum ConversionMethodFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ConversionMethodFlags : public System.Enum, IComparable, IConvertible, 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)