Carbon


Signature of Default Color Management Module

Header: CMApplication.h

enum {
    kDefaultCMMSignature = 'appl'
};

Constant descriptions

kDefaultCMMSignature

Signature for the default CMM supplied with the ColorSync Manager.

A color management module (CMM) uses profiles to convert and match a color in a given color space on a given device to or from another color space or device.

To specify the default CMM, set the CMMType field of the profile header to the default signature defined by the following enumeration. You use a structure of type CM2Header for a ColorSync 2.x profile and a structure of type CMHeader for a 1.0 profile header.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)