Contents

CMGetImageSpaceProcPtr

Defines a pointer to a function that obtains the signature of the data color space in which the color values of colors in an image are expressed.

Declaration

typedef CMError (*CMGetImageSpaceProcPtr)
(
   const FSSpec * spec,
   OSType * space
);

Parameters

  • spec:

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

  • space:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks