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

See Also

Functions

Topics

Example

This example will call the constructor and destructor of LICCProfile class

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

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