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