Carbon


kNoAtom

Header: ImageCodec.h

enum {
    kNoAtom = 'none',
    kAtomNoFlags = 0,
    kAtomNotInterpolated = 1,
    kAtomInterpolateIsOptional = 2,
    kAtomMayBeIndexed = 4
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)