Carbon


PMColorSyncIntent

Header: PMDefinitions.h

enum PMColorSyncIntent {
    kPMColorIntentUndefined = ,
    kPMColorIntentAutomatic = 1,
    kPMColorIntentPhoto = 2,
    kPMColorIntentBusiness = 4,
    kPMColorIntentRelColor = 8,
    kPMColorIntentAbsColor = 16,
    kPMColorIntentUnused = 65504
};

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