←Select platform

Start Method

Summary

Initializes the color conversion engine.

Syntax

C#
VB
C++

Parameters

srcFormat
Format of the source data.

destFormat
Format of the output data.

parameters
A ConversionParameters object which contains the conversion properties used in the initialization.

Remarks

The Start method must be called after calling the Startup method and before calling any other LEADTOOLS Color Space methods in the case of indirect conversion. When the color conversion engine is no longer needed, it should be freed by calling Stop. For every call to Start there must be a call to Stop. If parameters is null(Nothing), the default built in conversion is assumed, and any subsequent calls to SetParameters will only affect CMYK conversion parameters. When you choose the conversion method, be sure not to combine the Profiles option (conversionmethodflags.conversionmethodflags.useicc) with the Custom Profiles option (conversionmethodflags.conversionmethodflags.usecustomicc), or the Emulation Tables method (conversionmethodflags.conversionmethodflags.useemulationtables) with the custom Emulation Tables method (conversionmethodflags.conversionmethodflags.usecustomemulationtables). Supports conversion using ICC Devicelink profiles with option ConversionMethodFlags.UseCustomIcc and using it as input profile.

Example

For an example, refer to Startup.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly