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: |
|
|
Example
L_VOID TestICC()
{
LICCProfile ICCObj();
//.....
//...
//.
}