Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
RasterColorConverter Class Members
See Also  Methods 
Leadtools.ColorConversion Namespace : RasterColorConverter Class


The following tables list the members exposed by RasterColorConverter.

Public Constructors

 NameDescription
Public ConstructorRasterColorConverter Constructor Initializes a new instance of the RasterColorConverter class.  
Top

Public Methods

 NameDescription
Public MethodConvertOverloaded.  Converts image data in a buffer from one color conversion model to another.  
Public Methodstatic (Shared in Visual Basic)ConvertDirectOverloaded.  Converts image data in a buffer from one color conversion model to another directly using built in algorithms.  
Public Methodstatic (Shared in Visual Basic)ConvertDirectToImageOverloaded.  Converts image data in a buffer from one color conversion model to RGB\BGR directly using built in algorithms, and sets the output as RasterImage.  
Public MethodConvertToImageOverloaded.  Converts image data in a buffer from one color conversion model to RGB\BGR, and sets the output as RasterImage.  
Public MethodDisposeOverloaded.  Releases all resources used by the RasterColorConverter class.  
Public MethodSetParameters Sets new conversion parameters.  
Public Methodstatic (Shared in Visual Basic)Shutdown Releases all the data used to start the Color Conversion toolkit.  
Public MethodStart Initializes the color conversion engine.  
Public Methodstatic (Shared in Visual Basic)Startup Initializes the required data to start the color conversion toolkit.  
Public MethodStop Releases any color conversion engine resources used.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Destructor of the RasterColorConverter class.  
Top

See Also