LColor::Free

Summary

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

Syntax

#include "ltwrappr.h"

L_INT LColor::Free();

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

See Also

Functions

Topics

Example

For an example, refer to LColor::Initialize.

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

LEADTOOLS Color Conversion C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.