Contents

CMMatchImageProcPtr

Defines a pointer to a function that color matches an image file.

Declaration

typedef CMError (*CMMatchImageProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   Boolean repl,
   UInt32 qual,
   CMProfileRef srcProf,
   UInt32 srcIntent,
   CMProfileRef dstProf
);

Parameters

  • specFrom:

    See the File Manager documentation for a description of the FSSpec data type.

  • specInto:

    See the File Manager documentation for a description of the FSSpec data type.

  • repl:
  • qual:
  • srcProf:
  • srcIntent:
  • dstProf:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks