Krita Source Code Documentation
Loading...
Searching...
No Matches
LcmsEnginePlugin.cpp File Reference

Go to the source code of this file.

Functions

void lcms2LogErrorHandlerFunction (cmsContext, cmsUInt32Number ErrorCode, const char *Text)
 

Function Documentation

◆ lcms2LogErrorHandlerFunction()

void lcms2LogErrorHandlerFunction ( cmsContext ,
cmsUInt32Number ErrorCode,
const char * Text )

Definition at line 70 of file LcmsEnginePlugin.cpp.

71{
72 errorPigment << "Lcms2 error: " << ErrorCode << Text;
73}
#define errorPigment

References errorPigment.