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.

See Also

Functions:

LColor::Initialize, Class Members

Topics:

Freeing the Color Conversion class object

 

Raster Image Functions: Color Conversion

Example

For an example, refer to LColor::Initialize.