LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ConversionParameters Class Members
See Also  Properties  Methods 
Leadtools.ColorConversion Namespace : ConversionParameters Class

The following tables list the members exposed by ConversionParameters.

Public Constructors

 NameDescription
public Constructor ConversionParameters ConstructorInitializes a new instance of the ConversionParameters class.  
Top

Public Properties

 NameDescription
public Property ActiveMethodGets or sets the active conversion method.  
public Property CmykParametersGets or sets the CMYK conversion properties.  
public Property DestinationInputTableGets or sets a character string that contains the destination image name for emulation, used with the ConversionMethodFlags.UseCustomEmulationTables active conversion method.  
public Property InputProfileGets or sets a character string that contains the input profile name, used with the ConversionMethodFlags.UseCustomIcc active conversion method.  
public Property InputProfileDataGets or sets a byte array that contains information about the input memory profile to be used as the input profile.  
public Property LabParametersGets or sets the CIELab conversion properties.  
public Property MethodGets or sets a value indicating the conversion method or the property to be changed.  
public Property OutputProfileGets or sets a string that contains the output profile name, used with the ConversionMethodFlags.ConversionMethodFlags.UseCustomIcc active conversion method.  
public Property OutputProfileDataGets or sets a byte array that contains information about the output memory profile to be used as the output profile.  
public Property QuantizationGets or sets the Quantization level.  
public Property WhitePointGets or sets the white point properties.  
public Property YuvParametersGets or sets the YUV conversion properties.  
Top

Public Methods

 NameDescription
public Method ToStringOverridden. Returns a meaningful name for this method.  
Top

See Also