LColor::Free

#include "ltwrappr.h"

L_INT LColor::Free();

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

Returns

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

LTCLR

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Color Conversion C++ Class Library Help