Carbon


kNoTransform

Header: CMApplication.h

enum {
    kNoTransform = 0,
    kUseAtoB = 1,
    kUseBtoA = 2,
    kUseBtoB = 3,
    kDeviceToPCS = 1,
    kPCSToDevice = 2,
    kPCSToPCS = 3,
    kUseProfileIntent = -1
};

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