LICCProfile::GetProfile

#include "ltwrappr.h"

ICCPROFILEEXT * LICCProfile::GetProfile();

Returns a pointer to the class object©s ICCPROFILEEXT member structure of the loaded ICC Profile.

Returns

Pointer to the class object©s ICCPROFILEEXT member structure of the loaded ICC Profile.

Comments

You can use this returned pointer to examine ICC data within the loaded profile, or change some values manually.

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, Class Members

Topics:

Raster Image Functions: Loading Files

 

Loading and Saving Images

Example

For an example, refer to LICCProfile::Initialize.