Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.29
LEADTOOLS Color Conversion C DLL Help

Initializing a Color Conversion Handle

Show in webframe

To begin using the LEADTOOLS Color Conversion toolkit, initialize a color conversion handle. To do this, call the L_ClrInit function. Each call to the L_ClrInit function will create a color conversion handle of type L_HANDLE. This handle is passed to many of the LEADTOOLS Color Conversion C DLL functions, so this function must be called before calling many functions in case of indirect conversion.

Another way to initialize a color conversion handle is by calling L_ClrDlg, which brings up a color space option dialog. Based on the option set in that dialog, a color handle will be returned and/or the option specified in the dialog packed in CONVERSION_PARAMS instance.

To check the validity of the created color conversion handle call the L_ClrIsValid function.

To determine whether an image file has an embedded ICC profile, call the L_HasICCProfile function.

 

See Also:

Introduction

Programming with Color Conversion

Color Conversion C DLL Function Groups

Color Conversion Tutorials

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.