LICCProfile::Free
#include "ltwrappr.h"
L_VOID LICCProfile::Free()
Frees the memory allocated by the LICCProfile::Initialize function.
Returns
None.
Comments
When the LICCProfile class object is no longer needed, the memory must be freed by calling LICCProfile::Free.
Required DLLs and Libraries
See Also
Functions: |
LICCProfile::Initialize, LICCProfile::Save, LICCProfile::Load , LICCProfile::Fill, LICCProfile::InitHeader, LICCProfile::SetCMMType, LICCProfile::SetDeviceClass, LICCProfile::SetColorSpace, LICCProfile::SetConnectionSpace, LICCProfile::SetPrimaryPlatform, LICCProfile::SetFlags, LICCProfile::SetDevManufacturer, LICCProfile::SetDevModel, LICCProfile::SetDeviceAttributes, LICCProfile::SetRenderingIntent, LICCProfile::SetCreator, LICCProfile::SetDateTime, LICCProfile::Convert2bFixed2bNumberToDouble, LICCProfile::ConvertDoubleTo2bFixed2bNumber, LICCProfile::SetTagData , LICCProfile::GetTagData, LICCProfile::CreateTagData, LICCProfile::DeleteTag, LICCProfile::GenerateFile, LICCProfile::GeneratePointer, LICCProfile::GetTagTypeSig, LICCProfile::FreeTagType, Class Members |
Topics: |
Using ICC Profile Functions |
|
ICC Profile Functions: Freeing an ICC Profile |
Example
For an example, refer to LICCProfile::Initialize.