LICCProfile::LICCProfile

#include "ltwrappr.h"

LICCProfile::LICCProfile();

Constructs a LICCProfile object.

Returns

None.

Comments

This is the constructor for the LICCProfile class.

Required DLLs and Libraries

LTCLR

LTFIL

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:

LICCProfile::Load, LICCProfile::Initialize, LICCProfile::~LICCProfile, Class Members

Topics:

Raster Image Functions: Loading Files

 

Loading and Saving Images

Example

This example will call the constructor and destructor of LICCProfile class

L_INT LICCProfile_LICCProfileExample() 
{ 
   LICCProfile ICCObj; 
   //..... 
   //... 
   //. 
   return SUCCESS; 
} 

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