#include "ltwrappr.h"
LICCProfile::LICCProfile();
Constructs a LICCProfile object.
None.
This is the constructor for the LICCProfile class.
Required DLLs and Libraries
This example will call the constructor and destructor of LICCProfile class
L_INT LICCProfile_LICCProfileExample()
{
LICCProfile ICCObj;
//.....
//...
//.
return SUCCESS;
}