Carbon


cmMatchAnyProfile

Header: CMApplication.h

enum {
    cmMatchAnyProfile = 0,
    cmMatchProfileCMMType = 1,
    cmMatchProfileClass = 2,
    cmMatchDataColorSpace = 4,
    cmMatchProfileConnectionSpace = 8,
    cmMatchManufacturer = 16,
    cmMatchModel = 32,
    cmMatchAttributes = 64,
    cmMatchProfileFlags = 128
};

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