LColor::Free

#include "ltwrappr.h"

L_INT LColor::Free();

Frees the converter, releases any used resources, and invalidates the conversion object.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

A color conversion class object is initialized by calling the LColor::Initialize function.

For each call to LColor::Initialize there must be a call to LColor::Free. This function should be the last function to be called in the toolkit. It will clean up and free memory allocated during the color conversion session for the specified class object.

Required DLLs and Libraries

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C++ Class Library Help